hasSize property
bool
get
hasSize
Implementation
bool get hasSize =>
height != null ||
minHeight != null ||
width != null ||
minWidth != null ||
size != null;
bool get hasSize =>
height != null ||
minHeight != null ||
width != null ||
minWidth != null ||
size != null;