mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
Deps update, utilize super.key (#1265)
* Deps update, utilize `super.key` * `flutter format`
This commit is contained in:
@@ -12,7 +12,7 @@ class SettingsTab extends StatefulWidget {
|
||||
static const androidIcon = Icon(Icons.settings);
|
||||
static const iosIcon = Icon(CupertinoIcons.gear);
|
||||
|
||||
const SettingsTab({Key? key}) : super(key: key);
|
||||
const SettingsTab({super.key});
|
||||
|
||||
@override
|
||||
State<SettingsTab> createState() => _SettingsTabState();
|
||||
|
||||
Reference in New Issue
Block a user