hasBoxDecoration method
Implementation
bool hasBoxDecoration() =>
hasBackground() ||
hasBorder() ||
borderRadius != null ||
boxShadow != null;
bool hasBoxDecoration() =>
hasBackground() ||
hasBorder() ||
borderRadius != null ||
boxShadow != null;