mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt.: upgrade linter & fix lint issues
This commit is contained in:
@@ -27,10 +27,10 @@ class LocalStoragePage extends StatefulWidget {
|
||||
final bool isPickFile;
|
||||
final String? initDir;
|
||||
const LocalStoragePage({
|
||||
Key? key,
|
||||
super.key,
|
||||
required this.isPickFile,
|
||||
this.initDir,
|
||||
}) : super(key: key);
|
||||
});
|
||||
|
||||
@override
|
||||
State<LocalStoragePage> createState() => _LocalStoragePageState();
|
||||
|
||||
Reference in New Issue
Block a user