diff --git a/packages/flutter_widgets/example/lib/group_info_screen.dart b/packages/flutter_widgets/example/lib/group_info_screen.dart index 2207c282..eee83c00 100644 --- a/packages/flutter_widgets/example/lib/group_info_screen.dart +++ b/packages/flutter_widgets/example/lib/group_info_screen.dart @@ -938,28 +938,7 @@ class _GroupInfoScreenState extends State { } } - return Row( - mainAxisAlignment: MainAxisAlignment.center, - children: [ - if (user.online) - Material( - type: MaterialType.circle, - child: Container( - padding: const EdgeInsets.symmetric(horizontal: 8.0), - constraints: BoxConstraints.tightFor( - width: 28, - height: 12, - ), - child: Material( - shape: CircleBorder(), - color: Color(0xff20E070), - ), - ), - color: StreamChatTheme.of(context).colorTheme.white, - ), - alternativeWidget, - ], - ); + return alternativeWidget; } Widget _buildModalListTile(