build: Update packages and flutter super.key refactoring
This commit is contained in:
parent
4605a92d17
commit
eca4825c70
129 changed files with 294 additions and 324 deletions
|
|
@ -16,8 +16,7 @@ class ChatSettingsPopupMenu extends StatefulWidget {
|
|||
final Room room;
|
||||
final bool displayChatDetails;
|
||||
|
||||
const ChatSettingsPopupMenu(this.room, this.displayChatDetails, {Key? key})
|
||||
: super(key: key);
|
||||
const ChatSettingsPopupMenu(this.room, this.displayChatDetails, {super.key});
|
||||
|
||||
@override
|
||||
ChatSettingsPopupMenuState createState() => ChatSettingsPopupMenuState();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue