|
|
|
@ -82,7 +82,7 @@ class CloudScaffold extends StatelessWidget {
|
|
|
|
|
? AnnotatedRegion<SystemUiOverlayStyle>(
|
|
|
|
|
value: systemStyle,
|
|
|
|
|
child: Scaffold(
|
|
|
|
|
resizeToAvoidBottomInset: false,
|
|
|
|
|
resizeToAvoidBottomInset: true,
|
|
|
|
|
endDrawer: endDrawer,
|
|
|
|
|
backgroundColor: bodyColor,
|
|
|
|
|
extendBodyBehindAppBar: extendBody,
|
|
|
|
@ -111,7 +111,8 @@ class CloudScaffold extends StatelessWidget {
|
|
|
|
|
: AnnotatedRegion<SystemUiOverlayStyle>(
|
|
|
|
|
value: systemStyle,
|
|
|
|
|
child: Scaffold(
|
|
|
|
|
resizeToAvoidBottomInset: false,
|
|
|
|
|
|
|
|
|
|
resizeToAvoidBottomInset:true ,
|
|
|
|
|
endDrawer: endDrawer,
|
|
|
|
|
backgroundColor: bodyColor,
|
|
|
|
|
extendBodyBehindAppBar: extendBody,
|
|
|
|
|