controller property

WindowController? controller
final

Optional controller for programmatic window control.

When provided (via WindowWidget.controlled), the controller manages all window state. When null (default constructor), widget properties control the state directly.

Implementation

final WindowController? controller;