hasBorderRadius property
bool
get
hasBorderRadius
Check if any border radius is set
Implementation
bool get hasBorderRadius =>
rounded != null ||
roundedT != null ||
roundedR != null ||
roundedB != null ||
roundedL != null ||
roundedTl != null ||
roundedTr != null ||
roundedBl != null ||
roundedBr != null;