Skip to content

Commit

Permalink
updated:flutter 2.0 support;updated:example 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dn-a committed Mar 17, 2021
1 parent 4c67b42 commit 62e00c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/lib/children/left_child_1.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class LeftChild extends StatelessWidget {

final double swipeOffset =
context.select((DrawerNotifier value) => value.swipeOffset);

return Material(
child: Stack(
children: <Widget>[
Expand Down

0 comments on commit 62e00c1

Please sign in to comment.