hasBackground method

bool hasBackground()
inherited

Implementation

bool hasBackground() =>
    backgroundColor != null ||
    backgroundImage != null ||
    backgroundGradient != null;