Перенаправил на сервера автоклуба
This commit is contained in:
@@ -20,7 +20,8 @@ class SplashScreen extends StatelessWidget {
|
||||
|
||||
return new Stack(children: <Widget>[getBackgroundContainer(),
|
||||
new Align(alignment: FractionalOffset.bottomRight, child:
|
||||
new Container(margin: new EdgeInsets.only(right: 11.0, bottom: 5.0), child: new Image.asset(powered_by_dinect_splash_png, height: 16.0, width: 122.0)))]);
|
||||
new Container(margin: new EdgeInsets.only(right: 11.0, bottom: 5.0), child: new Image.asset(powered_by_dinect_splash_png, height: 16.0, width: 122.0))),
|
||||
new Center(child: new Image.asset(splash_logo_png, height: 198.0, width: 252.0))]);
|
||||
}
|
||||
|
||||
getBackgroundContainer() {
|
||||
|
||||
Reference in New Issue
Block a user