hasSize property

bool get hasSize

Check if any size is set

Implementation

bool get hasSize =>
    h != null ||
    w != null ||
    maxH != null ||
    maxW != null ||
    minH != null ||
    minW != null;