backgroundColor property

String? get backgroundColor
override

Implementation

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

Implementation

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