启动位置更改

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

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

@ -29,10 +29,16 @@ class _LoadingState extends State<Loading> {
//
return Scaffold(
backgroundColor: Colors.white,
body:Padding(padding: EdgeInsets.only(left: 148.w,top:1318.w ),child: Image.asset(
Assets.images.Start.path,width:434.sp,height:148.sp , fit: BoxFit.fill),)
,);
body:Stack(
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(
elevation: 0,
title: Text(
'编辑短信标签',
'编辑短信标签1',
style: TextStyle(
fontSize: BaseStyle.fontSize34,
color: BaseStyle.color333333,

@ -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,

Loading…
Cancel
Save