style property
The style. Defaults to FThemeData.radioStyle.
CLI
To generate and customize this style:
dart run forui style create radio
Implementation
final FRadioStyle Function(FRadioStyle)? style;
The style. Defaults to FThemeData.radioStyle.
To generate and customize this style:
dart run forui style create radio
final FRadioStyle Function(FRadioStyle)? style;