CkRadioGroup constructor
const
CkRadioGroup({
- required Map<
String, String> options, - Key? key,
- String? initialKey,
- ValueChanged<
String> ? onChanged, - Axis direction = Axis.horizontal,
- bool horizontalScrollable = true,
- double itemSpacing = 12.0,
- TextStyle? textStyle,
- EdgeInsets? padding,
- Color? selectedColor,
- Color? unSelectedColor,
- double iconSize = 22.0,
Implementation
const CkRadioGroup({
required this.options,
super.key,
this.initialKey,
this.onChanged,
this.direction = Axis.horizontal,
this.horizontalScrollable = true,
this.itemSpacing = 12.0,
this.textStyle,
this.padding,
this.selectedColor,
this.unSelectedColor,
this.iconSize = 22.0,
});