mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
opt.: upgrade linter & fix lint issues
This commit is contained in:
@@ -32,12 +32,12 @@ class EditorPage extends StatefulWidget {
|
||||
final String? title;
|
||||
|
||||
const EditorPage({
|
||||
Key? key,
|
||||
super.key,
|
||||
this.path,
|
||||
this.text,
|
||||
this.langCode,
|
||||
this.title,
|
||||
}) : super(key: key);
|
||||
});
|
||||
|
||||
@override
|
||||
_EditorPageState createState() => _EditorPageState();
|
||||
|
||||
Reference in New Issue
Block a user