buttonBackgroundColorValue property
String
get
buttonBackgroundColorValue
Button background color (dark: #1e293b).
Implementation
@override
String get buttonBackgroundColorValue =>
component?.buttonBackgroundColor?.value ??
super.buttonBackgroundColorValue;