buttonBackgroundColorValue property
Default value for buttonBackgroundColor.
Implementation
@override
String get buttonBackgroundColorValue =>
component?.buttonBackgroundColor?.value ??
super.buttonBackgroundColorValue;
Default value for buttonBackgroundColor.
@override
String get buttonBackgroundColorValue =>
component?.buttonBackgroundColor?.value ??
super.buttonBackgroundColorValue;