radioBtnColorValue property

  1. @override
String get radioBtnColorValue

Default value for radioBtnColor.

Implementation

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