style property

FRadioStyleDelta style
final

The style. Defaults to FThemeData.radioStyle.

To modify the current style:

style: .delta(...)

To replace the style:

style: FRadioStyle(...)

CLI

To generate and customize this style:

dart run forui style create radio

Implementation

final FRadioStyleDelta style;