Apply dart auto fixes
This commit is contained in:
@ -34,7 +34,7 @@ class ChatBubble extends StatefulWidget {
|
||||
required this.bubbleData,
|
||||
required this.chatData,
|
||||
required this.refetch,
|
||||
Key? key}) : super(key: key);
|
||||
super.key});
|
||||
|
||||
@override
|
||||
State<ChatBubble> createState() => _ChatBubbleState();
|
||||
|
Reference in New Issue
Block a user