UIWindowManager constructor

const UIWindowManager({
  1. Key? key,
  2. WindowManagerController? windowController,
  3. List<Widget> children = const [],
})

Implementation

const UIWindowManager({super.key, this.windowController, this.children = const []});