window param reorder

This commit is contained in:
2024-09-27 12:30:02 +02:00
parent c14305d20c
commit 58453132e4

View File

@@ -11,9 +11,9 @@ class MIHWindow extends StatefulWidget {
super.key,
required this.fullscreen,
required this.windowTitle,
required this.windowBody,
required this.windowTools,
required this.onWindowTapClose,
required this.windowBody,
});
@override