fix: Fixed online indicator size

This commit is contained in:
Deven Joshi
2021-01-06 18:46:36 +05:30
parent ee0cdf567b
commit 6f8de144e3
+2
View File
@@ -73,6 +73,8 @@ class _ChannelBottomSheetState extends State<ChannelBottomSheet> {
maxWidth: 64.0,
),
borderRadius: BorderRadius.circular(32.0),
onlineIndicatorConstraints:
BoxConstraints.tight(Size(16.0, 16.0)),
),
SizedBox(
height: 6.0,