Skip to content

Commit

Permalink
feat: added BouncingScrollPhysics
Browse files Browse the repository at this point in the history
  • Loading branch information
e200 committed Nov 20, 2021
1 parent 26b1c76 commit 4a3b20a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class RemoteControl extends StatelessWidget {
Widget build(BuildContext context) {
return Scaffold(
body: SafeArea(
physics: const BouncingScrollPhysics(),
child: Center(
child: SizedBox(
width: 250,
Expand Down

0 comments on commit 4a3b20a

Please sign in to comment.