hasTightWidth property

bool hasTightWidth

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

Implementation

bool get hasTightWidth => minWidth >= maxWidth;