color property

String? get color
override

Implementation

String? get color => _$this._color;
set color (covariant String? color)
covariantoverride

Implementation

set color(covariant String? color) => _$this._color = color;