add custom theme example
This commit is contained in:
@@ -103,6 +103,8 @@ class ChannelPreview extends StatelessWidget {
|
||||
return '📷';
|
||||
} else if (e.type == 'video') {
|
||||
return '🎬';
|
||||
} else if (e.type == 'giphy') {
|
||||
return 'GIF';
|
||||
}
|
||||
return null;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user