hasTightHeight property
Whether there is exactly one height value that satisfies the constraints.
Implementation
bool get hasTightHeight => minHeight >= maxHeight;
Whether there is exactly one height value that satisfies the constraints.
bool get hasTightHeight => minHeight >= maxHeight;