1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +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,
mainAxisSize: MainAxisSize.min,
children: [
_buildHeader(context, appState),
Expanded(
child: ListView(
children: [
_buildHeader(context, appState),
SizedBox(height: 20),
CupertinoSegmentedControl<int>(
children: {
0: Text('Facts & Info'),