add default user image to theme

This commit is contained in:
Salvatore Giordano
2020-04-23 15:44:33 +02:00
parent 81ec083378
commit f4cedc2061
4 changed files with 14 additions and 8 deletions
-7
View File
@@ -92,13 +92,6 @@ class MyApp extends StatelessWidget {
themeMode: ThemeMode.system,
home: Container(
child: StreamChat(
streamChatThemeData: StreamChatThemeData(
defaultChannelImage: (context, channel) {
return Center(
child: Text('AAA'),
);
},
),
client: client,
child: ChannelListPage(),
),