[UserListView] Fix indicatorConstraints for grid user item

Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
Sahil Kumar
2021-01-15 13:49:09 +05:30
parent fdb56992c1
commit 6fac5c9dd1
+4
View File
@@ -416,6 +416,10 @@ class _UserListViewState extends State<UserListView>
height: 64,
width: 64,
),
onlineIndicatorConstraints: BoxConstraints.tightFor(
height: 12,
width: 12,
),
onTap: (user) =>
widget.onUserTap(user, widget.userWidget),
onLongPress: widget.onUserLongPress,