hasSize property

bool get hasSize

Implementation

bool get hasSize =>
    height != null || width != null || constraints != null || size != null;