修改 ignore
This commit is contained in:
@@ -11,7 +11,7 @@ class RootView extends StatefulWidget {
|
||||
const RootView({super.key});
|
||||
|
||||
@override
|
||||
_RootView createState() => _RootView();
|
||||
State<RootView> createState() => _RootView();
|
||||
}
|
||||
|
||||
class _RootView extends State<RootView>
|
||||
|
||||
Reference in New Issue
Block a user