WindowWidget.controlled constructor
const
WindowWidget.controlled({
- Key? key,
- Widget? title,
- Widget? actions,
- Widget? content,
- required WindowController controller,
Implementation
const WindowWidget.controlled({
super.key,
this.title,
this.actions,
this.content,
required WindowController this.controller,
}) : bounds = null,
maximized = null,
minimized = null,
resizable = null,
draggable = null,
closable = null,
maximizable = null,
minimizable = null,
enableSnapping = null,
constraints = null;