bug fix in cutomTweenDemo (#675)

pull/679/head
Priyanshu Agarwal 4 years ago committed by GitHub
parent 4ae90f3aa9
commit 6502209a78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -71,6 +71,9 @@ class _CustomTweenDemoState extends State<CustomTweenDemo>
],
),
body: SafeArea(
child: Container(
alignment: Alignment.bottomCenter,
child: SingleChildScrollView(
child: Column(
mainAxisAlignment: MainAxisAlignment.end,
crossAxisAlignment: CrossAxisAlignment.stretch,
@ -94,6 +97,8 @@ class _CustomTweenDemoState extends State<CustomTweenDemo>
],
),
),
),
),
);
}
}

Loading…
Cancel
Save