addded overscroll in header section (#338)

pull/355/head
Ajay Singh 5 years ago committed by GitHub
parent edf219354e
commit c37d74f417
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -280,10 +280,11 @@ class _DetailsScreenState extends State<DetailsScreen> {
crossAxisAlignment: CrossAxisAlignment.stretch,
mainAxisSize: MainAxisSize.min,
children: [
_buildHeader(context, appState),
Expanded(
child: ListView(
children: [
_buildHeader(context, appState),
SizedBox(height: 20),
CupertinoSegmentedControl<int>(
children: {
0: Text('Facts & Info'),

Loading…
Cancel
Save