buttonBackgroundColorValue property

  1. @override
String get buttonBackgroundColorValue

Button background color (dark: #1e293b).

Implementation

@override
String get buttonBackgroundColorValue =>
    component?.buttonBackgroundColor?.value ??
    super.buttonBackgroundColorValue;