minWidth property

double? minWidth
getter/setter pair

minWidth, minHeight, maxWidth, maxHeight optional size constraints. If a constraint is not set the size will ajust to the content

Implementation

double? minWidth, minHeight, maxWidth, maxHeight;