Commit fa859b08 authored by yangwu.jia's avatar yangwu.jia

设置默认初始页背景白色

parent f9f4bf29
...@@ -36,7 +36,9 @@ class _MyAppState extends State<MyApp> { ...@@ -36,7 +36,9 @@ class _MyAppState extends State<MyApp> {
return MaterialApp( return MaterialApp(
title: 'Flutter Boost example', title: 'Flutter Boost example',
builder: FlutterBoost.init(postPush: _onRoutePushed), builder: FlutterBoost.init(postPush: _onRoutePushed),
home: Container()); home: Container(
color:Colors.white
));
} }
void _onRoutePushed( void _onRoutePushed(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment