radioBtnColorValue property

  1. @override
String get radioBtnColorValue

Radio button color (dark: currentcolor).

Implementation

@override
String get radioBtnColorValue =>
    component?.radioButtonColor?.value ?? super.radioBtnColorValue;