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:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user