buttonColor property
String?
get
buttonColor
Implementation
String? get buttonColor => _$this._buttonColor;
set
buttonColor
(String? buttonColor)
Implementation
set buttonColor(String? buttonColor) => _$this._buttonColor = buttonColor;