backgroundType property

BackgroundType? backgroundType

Implementation

BackgroundType? get backgroundType => _$this._backgroundType;
void backgroundType=(BackgroundType? backgroundType)

Implementation

set backgroundType(BackgroundType? backgroundType) =>
    _$this._backgroundType = backgroundType;