Skip to content

Commit

Permalink
Fix next/previous buttons in example app causing issue in mobile
Browse files Browse the repository at this point in the history
Signed-off-by: Shripal Jain <[email protected]>
  • Loading branch information
shripal17 committed Jan 16, 2021
1 parent c5ca631 commit 6fcf6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class _MyHomePageState extends State<MyHomePage> {
],
),
)
: Container(),
: null,
);
}
}

0 comments on commit 6fcf6b4

Please sign in to comment.