add default channel image to theme
This commit is contained in:
@@ -112,7 +112,8 @@ class ChannelImage extends StatelessWidget {
|
||||
},
|
||||
fit: BoxFit.cover,
|
||||
)
|
||||
: SizedBox(),
|
||||
: StreamChatTheme.of(context)
|
||||
.defaultChannelImage(context, channel),
|
||||
Material(
|
||||
color: Colors.transparent,
|
||||
child: InkWell(
|
||||
|
||||
Reference in New Issue
Block a user