contentMinSize
A window resizability that’s partially derived from the window’s content.
Declaration
static var contentMinSize: WindowResizability { get set }Discussion
Windows that use this resizability have:
A minimum size that matches the minimum size of the window’s content.
No maximum size.