buttonColorValue property

  1. @override
String get buttonColorValue

Button foreground color (dark: #f8fafc).

Implementation

@override
String get buttonColorValue =>
    component?.buttonColor?.value ?? super.buttonColorValue;