backgroundColor property

String? backgroundColor
override

Implementation

String? get backgroundColor => _$this._backgroundColor;
void backgroundColor=(covariant String? backgroundColor)
covariantoverride

Implementation

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