Apply dart auto fixes
This commit is contained in:
@ -21,7 +21,7 @@ class ChatView extends StatefulWidget {
|
||||
final String selfId;
|
||||
final UserAvatar avatar;
|
||||
|
||||
const ChatView({Key? key, required this.room, required this.selfId, required this.avatar}) : super(key: key);
|
||||
const ChatView({super.key, required this.room, required this.selfId, required this.avatar});
|
||||
|
||||
@override
|
||||
State<ChatView> createState() => _ChatViewState();
|
||||
|
Reference in New Issue
Block a user