backgroundColor property

String? get backgroundColor

Implementation

String? get backgroundColor => _$this._backgroundColor;
set backgroundColor (String? backgroundColor)

Implementation

set backgroundColor(String? backgroundColor) =>
    _$this._backgroundColor = backgroundColor;