RadioItem constructor
RadioItem({
- EdgeInsets? padding,
- String? text,
- Color? color,
- double? fontSize,
- FontWeight? fontWeight,
- dynamic onTap()?,
Implementation
RadioItem({
this.padding,
this.text,
this.color,
this.fontSize,
this.fontWeight,
this.onTap,
});