closable property

bool? closable
final

Whether the window can be closed.

Defaults to true. Ignored when using WindowWidget.controlled.

Implementation

final bool? closable;