isConstraints property
bool
get
isConstraints
Implementation
bool get isConstraints =>
roots.constraints &&
(_widthMax != null ||
_widthMin != null ||
_heightMax != null ||
_heightMin != null);