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:
@@ -20,7 +20,7 @@ import '../../widget/tag.dart';
|
||||
import '../../widget/value_notifier.dart';
|
||||
|
||||
class ServerEditPage extends StatefulWidget {
|
||||
const ServerEditPage({Key? key, this.spi}) : super(key: key);
|
||||
const ServerEditPage({super.key, this.spi});
|
||||
|
||||
final ServerPrivateInfo? spi;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user