fix: Fixed online indicator size
This commit is contained in:
@@ -73,6 +73,8 @@ class _ChannelBottomSheetState extends State<ChannelBottomSheet> {
|
|||||||
maxWidth: 64.0,
|
maxWidth: 64.0,
|
||||||
),
|
),
|
||||||
borderRadius: BorderRadius.circular(32.0),
|
borderRadius: BorderRadius.circular(32.0),
|
||||||
|
onlineIndicatorConstraints:
|
||||||
|
BoxConstraints.tight(Size(16.0, 16.0)),
|
||||||
),
|
),
|
||||||
SizedBox(
|
SizedBox(
|
||||||
height: 6.0,
|
height: 6.0,
|
||||||
|
|||||||
Reference in New Issue
Block a user