启动位置更改

master
王亚玲 2 years ago
parent b13c4b10cc
commit 44224c6048

@ -95,13 +95,13 @@ class _HomePageState extends State<HomePage> with WidgetsBindingObserver{
)); ));
} }
bool _getPermissions() { // bool _getPermissions() {
if(sms && plone){ // if(sms && plone){
return true; // return true;
}else{ // }else{
return false; // return false;
} // }
} // }
_warning() { _warning() {
return Offstage(offstage: (sms && plone) ,child: return Offstage(offstage: (sms && plone) ,child:
GestureDetector( GestureDetector(

@ -29,10 +29,16 @@ class _LoadingState extends State<Loading> {
// //
return Scaffold( return Scaffold(
backgroundColor: Colors.white, backgroundColor: Colors.white,
body:Padding(padding: EdgeInsets.only(left: 148.w,top:1318.w ),child: Image.asset( body:Stack(
Assets.images.Start.path,width:434.sp,height:148.sp , fit: BoxFit.fill),) children: [
,); Positioned(
bottom: 158.w,
left: 143.w,
child: Image.asset(
Assets.images.Start.path,width:434.sp,height:148.sp , fit: BoxFit.fill),),
],
));
} }}
}

@ -44,7 +44,7 @@ class _ContentDetailsPageState extends State<ContentDetailsPage> {
appBar: AppBar( appBar: AppBar(
elevation: 0, elevation: 0,
title: Text( title: Text(
'编辑短信标签', '编辑短信标签1',
style: TextStyle( style: TextStyle(
fontSize: BaseStyle.fontSize34, fontSize: BaseStyle.fontSize34,
color: BaseStyle.color333333, color: BaseStyle.color333333,

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

Loading…
Cancel
Save