Graphics update

This commit is contained in:
vtretyakov
2019-02-14 13:01:14 +07:00
parent e671d91f4b
commit 8b192b1d07
179 changed files with 270 additions and 195 deletions

View File

@@ -69,7 +69,6 @@ class _SplashScreenState extends BaseState<SplashScreen> {
return new Center(
child: new Column(mainAxisSize: MainAxisSize.min, children: <Widget>[
new Image.asset(Resources.getLogo(app), height: 112.0, width: 252.0),
new Image.asset(splash_text_png, height: 40.0, width: 240.0)
]));
}