hasBoxDecoration method

bool hasBoxDecoration()

Implementation

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