|
|
@@ -115,14 +115,14 @@ class SettingState extends State<Setting> {
|
|
|
),
|
|
|
),
|
|
|
),
|
|
|
- floatingActionButton: Container(
|
|
|
- height: 100,
|
|
|
- padding: EdgeInsets.symmetric(vertical: 30),
|
|
|
- child: Column(
|
|
|
- children: <Widget>[Text('Copyright©2019',style:TextStyle(color: Colors.white30,fontSize: 12)), Text('盛世明越(海南)科技有限公',style:TextStyle(color: Colors.white30,fontSize: 12))],
|
|
|
- ),
|
|
|
- ),
|
|
|
- floatingActionButtonLocation: FloatingActionButtonLocation.centerDocked,
|
|
|
+ // floatingActionButton: Container(
|
|
|
+ // height: 100,
|
|
|
+ // padding: EdgeInsets.symmetric(vertical: 30),
|
|
|
+ // child: Column(
|
|
|
+ // children: <Widget>[Text('Copyright©2019',style:TextStyle(color: Colors.white30,fontSize: 12)), Text('盛世明越(海南)科技有限公',style:TextStyle(color: Colors.white30,fontSize: 12))],
|
|
|
+ // ),
|
|
|
+ // ),
|
|
|
+ // floatingActionButtonLocation: FloatingActionButtonLocation.centerDocked,
|
|
|
),
|
|
|
onWillPop: () {
|
|
|
Toast.hide();
|