Fix textfield

This commit is contained in:
Christian Pauly 2020-01-03 13:51:18 +01:00
commit 9b8314c4a4
3 changed files with 5 additions and 2 deletions

View file

@ -19,8 +19,7 @@ class ChatListView extends StatelessWidget {
firstScaffold: ChatList(),
secondScaffold: Scaffold(
body: Center(
child: Icon(Icons.chat,
size: 100, color: Theme.of(context).primaryColor),
child: Image.asset("assets/logo.png", width: 100, height: 100),
),
),
);