MiuixRadioButtonPreference constructor
const
MiuixRadioButtonPreference({
- Key? key,
- required String title,
- required bool selected,
- VoidCallback? onClick,
- String? summary,
- MiuixRadioButtonPreferenceColors? colors,
- MiuixRadioButtonColors? radioButtonColors,
- Widget? startAction,
- List<
Widget> ? endActions, - MiuixRadioButtonLocation radioButtonLocation = MiuixRadioButtonLocation.start,
- Widget? bottomAction,
- EdgeInsetsGeometry insideMargin = MiuixBasicComponentDefaults.insideMargin,
- bool holdDownState = false,
- bool enabled = true,
Implementation
const MiuixRadioButtonPreference({
super.key,
required this.title,
required this.selected,
this.onClick,
this.summary,
this.colors,
this.radioButtonColors,
this.startAction,
this.endActions,
this.radioButtonLocation = MiuixRadioButtonLocation.start,
this.bottomAction,
this.insideMargin = MiuixBasicComponentDefaults.insideMargin,
this.holdDownState = false,
this.enabled = true,
});