hasBoxDecoration method

bool hasBoxDecoration()
inherited

Implementation

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