Align Logo

This commit is contained in:
poka 2021-02-22 09:48:14 +01:00
parent 646b86139b
commit b3cd00749d
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ class HomeScreen extends StatelessWidget {
child: Row( child: Row(
mainAxisAlignment: MainAxisAlignment.center, mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[ children: <Widget>[
SizedBox(width: 7),
Image( Image(
image: AssetImage('assets/icon/gecko_final.png'), image: AssetImage('assets/icon/gecko_final.png'),
height: 180), height: 180),