added filters to MessageListView

This commit is contained in:
Deven Joshi
2021-07-28 12:43:30 +05:30
parent df155c5415
commit 74cdeded74
3 changed files with 23 additions and 6 deletions
@@ -268,9 +268,7 @@ class _GroupInfoScreenState extends State<GroupInfoScreen> {
),
Container(
height: 1.0,
color: StreamChatTheme.of(context)
.colorTheme
.disabled,
color: StreamChatTheme.of(context).colorTheme.disabled,
),
],
),
@@ -992,7 +990,8 @@ class _GroupInfoScreenState extends State<GroupInfoScreen> {
context,
StreamSvgIcon.userRemove(
color: StreamChatTheme.of(context)
.colorTheme.accentError,
.colorTheme
.accentError,
size: 24.0,
),
'Remove From Group', () async {
@@ -1010,8 +1009,8 @@ class _GroupInfoScreenState extends State<GroupInfoScreen> {
}
Navigator.pop(context);
},
color: StreamChatTheme.of(context)
.colorTheme.accentError),
color:
StreamChatTheme.of(context).colorTheme.accentError),
_buildModalListTile(
context,
StreamSvgIcon.closeSmall(