window param reorder
This commit is contained in:
parent
c14305d20c
commit
58453132e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue