buttonBackgroundColorValue property

  1. @override
String get buttonBackgroundColorValue

Default value for buttonBackgroundColor.

Implementation

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