hasBackground property

bool get hasBackground

Implementation

bool get hasBackground =>
    _currentBackground != null &&
    _currentBackground!.type != BackgroundType.none;