isSet property
bool
get
isSet
Implementation
bool get isSet =>
fill != null ||
foreground != null ||
border != null ||
elevation != null ||
radius != null ||
filled != null;
bool get isSet =>
fill != null ||
foreground != null ||
border != null ||
elevation != null ||
radius != null ||
filled != null;