resizable property

bool resizable
final

Whether the window can be resized by dragging its edges or corners.

When false, the window maintains a fixed size. Defaults to true.

Implementation

final bool resizable;