color property

String? color

Implementation

String? get color => _$this._color;
void color=(String? color)

Implementation

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