RadioItem constructor

RadioItem({
  1. EdgeInsets? padding,
  2. String? text,
  3. Color? color,
  4. double? fontSize,
  5. FontWeight? fontWeight,
  6. dynamic onTap(
    1. int
    )?,
})

Implementation

RadioItem({
  this.padding,
  this.text,
  this.color,
  this.fontSize,
  this.fontWeight,
  this.onTap,
});