hasTightHeight property

bool get hasTightHeight

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

Implementation

bool get hasTightHeight => minHeight >= maxHeight;