chore: fix analysis.

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2023-06-09 15:26:02 +05:30
committed by xsahil03x
parent 68408354c8
commit 0d367d9bb1
11 changed files with 37 additions and 21 deletions
@@ -1,3 +1,5 @@
// ignore_for_file: public_member_api_docs
import 'package:flutter/material.dart';
import 'package:stream_chat_flutter/stream_chat_flutter.dart';
@@ -29,7 +31,7 @@ class DebugMembers extends StatelessWidget {
final member = members[index];
return Padding(
padding: const EdgeInsets.all(8),
child: Container(
child: ColoredBox(
color: Colors.yellow,
child: Padding(
padding: const EdgeInsets.all(8),