|
|
|
@ -64,6 +64,7 @@ class _SchedulePageState extends State<SchedulePage> {
|
|
|
|
appBarTitle: TranslationBase.of(context).schedule,
|
|
|
|
appBarTitle: TranslationBase.of(context).schedule,
|
|
|
|
isShowAppBar: true,
|
|
|
|
isShowAppBar: true,
|
|
|
|
baseViewModel: model2,
|
|
|
|
baseViewModel: model2,
|
|
|
|
|
|
|
|
isShowDecPage: false,
|
|
|
|
body: SizedBox(
|
|
|
|
body: SizedBox(
|
|
|
|
height: MediaQuery.of(context).size.height,
|
|
|
|
height: MediaQuery.of(context).size.height,
|
|
|
|
child: Stack(
|
|
|
|
child: Stack(
|
|
|
|
|