This commit is contained in:
Salvatore Giordano
2020-04-09 18:01:44 +02:00
parent d6033ec2b6
commit 88ec33d798
16 changed files with 31 additions and 9 deletions
+1
View File
@@ -25,6 +25,7 @@ class ChannelPreview extends StatelessWidget {
/// Channel displayed
final Channel channel;
/// Instantiate a new ChannelPreview
ChannelPreview({
@required this.channel,
Key key,