1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00

addded overscroll in header section (#338)

This commit is contained in:
Ajay Singh
2020-03-04 22:32:07 +05:30
committed by GitHub
parent edf219354e
commit c37d74f417

View File

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