From 6f8de144e3047dcb55c2e0fea310a7162ff40a2f Mon Sep 17 00:00:00 2001 From: Deven Joshi Date: Wed, 6 Jan 2021 18:46:36 +0530 Subject: [PATCH] fix: Fixed online indicator size --- lib/src/channel_bottom_sheet.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/src/channel_bottom_sheet.dart b/lib/src/channel_bottom_sheet.dart index 21f85430..d03f233c 100644 --- a/lib/src/channel_bottom_sheet.dart +++ b/lib/src/channel_bottom_sheet.dart @@ -73,6 +73,8 @@ class _ChannelBottomSheetState extends State { maxWidth: 64.0, ), borderRadius: BorderRadius.circular(32.0), + onlineIndicatorConstraints: + BoxConstraints.tight(Size(16.0, 16.0)), ), SizedBox( height: 6.0,