maxWidth property

PanelMaxWidth maxWidth
final

Specify maximum width of the panel. Used to specify BoxConstraints in Container.

Default : double.infinity, which means as wide as allowed by screen.

Provide values in pixels.

Implementation

final PanelMaxWidth maxWidth;