fix single channel image

This commit is contained in:
Salvatore Giordano
2020-07-21 13:10:59 +02:00
parent ffd409ce23
commit d60ed9afd2
+2
View File
@@ -136,6 +136,8 @@ class ChannelImage extends StatelessWidget {
color: StreamChatTheme.of(context).accentColor, color: StreamChatTheme.of(context).accentColor,
), ),
child: Stack( child: Stack(
alignment: Alignment.center,
fit: StackFit.expand,
children: <Widget>[ children: <Widget>[
image != null image != null
? CachedNetworkImage( ? CachedNetworkImage(