opt.: routes
This commit is contained in:
@@ -9,6 +9,8 @@ class ServerFuncBtnsOrderPage extends StatefulWidget {
|
||||
|
||||
@override
|
||||
State<ServerFuncBtnsOrderPage> createState() => _ServerDetailOrderPageState();
|
||||
|
||||
static const route = AppRouteNoArg(page: ServerFuncBtnsOrderPage.new, path: '/setting/seq/srv_func');
|
||||
}
|
||||
|
||||
class _ServerDetailOrderPageState extends State<ServerFuncBtnsOrderPage> {
|
||||
|
||||
Reference in New Issue
Block a user