Skip to content

Commit

Permalink
使用无边线NoBorderExpansionTile
Browse files Browse the repository at this point in the history
  • Loading branch information
toly1994328 committed Apr 20, 2020
1 parent 6e63ec3 commit 98bb07c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/views/pages/setting/home_drawer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import 'package:flutter_unit/blocs/global/global_bloc.dart';
import 'package:flutter_unit/blocs/global/global_state.dart';
import 'package:flutter_unit/blocs/widgets/home_bloc.dart';
import 'package:flutter_unit/blocs/widgets/home_state.dart';
import 'package:flutter_unit/components/flutter/no_div_expansion_tile.dart';

/// create by 张风捷特烈 on 2020-03-26
/// contact me by email 1981462002@qq.com
Expand Down Expand Up @@ -101,7 +102,7 @@ class HomeDrawer extends StatelessWidget {
),
);

Widget _buildFlutterUnit(BuildContext context) => ExpansionTile(
Widget _buildFlutterUnit(BuildContext context) => NoBorderExpansionTile(
backgroundColor: Colors.white70,
leading: Icon(
Icons.extension,
Expand Down

0 comments on commit 98bb07c

Please sign in to comment.