Apply dart auto fixes
This commit is contained in:
@ -18,7 +18,7 @@ import '../../files/fileUploadDialog.dart';
|
||||
|
||||
class ChatTextfield extends StatefulWidget {
|
||||
final String sendToToken;
|
||||
const ChatTextfield(this.sendToToken, {Key? key}) : super(key: key);
|
||||
const ChatTextfield(this.sendToToken, {super.key});
|
||||
|
||||
@override
|
||||
State<ChatTextfield> createState() => _ChatTextfieldState();
|
||||
|
Reference in New Issue
Block a user