color property
override
Gets the value of "color"
Implementation
String get color => this._color;
override
Sets the value of "color"
Implementation
set color(String? value) {
_color = value == null ? '' : value;
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Gets the value of "color"
String get color => this._color;
Sets the value of "color"
set color(String? value) {
_color = value == null ? '' : value;
}