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