add default user image to theme
This commit is contained in:
@@ -28,13 +28,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(),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user