hasVerticalSizing property

bool get hasVerticalSizing

Implementation

bool get hasVerticalSizing =>
    ((height != null) && (height! >= 0)) ||
    (_modelConstraints.minHeight != null) ||
    (_modelConstraints.maxHeight != null);