hasTightHeight property

bool hasTightHeight

Whether there is exactly one height value that satisfies the constraints.

Implementation

bool get hasTightHeight => minHeight >= maxHeight;