UIWindowManager constructor
const
UIWindowManager({
- Key? key,
- WindowManagerController? windowController,
- List<
Widget> children = const [],
Implementation
const UIWindowManager({super.key, this.windowController, this.children = const []});