window param reorder
This commit is contained in:
@@ -11,9 +11,9 @@ class MIHWindow extends StatefulWidget {
|
|||||||
super.key,
|
super.key,
|
||||||
required this.fullscreen,
|
required this.fullscreen,
|
||||||
required this.windowTitle,
|
required this.windowTitle,
|
||||||
required this.windowBody,
|
|
||||||
required this.windowTools,
|
required this.windowTools,
|
||||||
required this.onWindowTapClose,
|
required this.onWindowTapClose,
|
||||||
|
required this.windowBody,
|
||||||
});
|
});
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
|||||||
Reference in New Issue
Block a user