|
|
@ -214,7 +214,9 @@ class TrainInfoBodyCupertino extends TrainInfoBodyShared { |
|
|
|
return Row( |
|
|
|
return Row( |
|
|
|
mainAxisSize: MainAxisSize.max, |
|
|
|
mainAxisSize: MainAxisSize.max, |
|
|
|
children: [ |
|
|
|
children: [ |
|
|
|
Container( |
|
|
|
SafeArea( |
|
|
|
|
|
|
|
right: false, |
|
|
|
|
|
|
|
child: Container( |
|
|
|
constraints: const BoxConstraints( |
|
|
|
constraints: const BoxConstraints( |
|
|
|
minWidth: 400, |
|
|
|
minWidth: 400, |
|
|
|
maxWidth: 400, |
|
|
|
maxWidth: 400, |
|
|
@ -269,6 +271,7 @@ class TrainInfoBodyCupertino extends TrainInfoBodyShared { |
|
|
|
], |
|
|
|
], |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
), |
|
|
|
|
|
|
|
), |
|
|
|
Expanded( |
|
|
|
Expanded( |
|
|
|
child: NestedScrollView( |
|
|
|
child: NestedScrollView( |
|
|
|
headerSliverBuilder: (context, innerBoxIsScrolled) { |
|
|
|
headerSliverBuilder: (context, innerBoxIsScrolled) { |
|
|
|