YYRadioListTile constructor
YYRadioListTile({})
Implementation
YYRadioListTile({
Key? key,
this.items,
this.intialValue,
this.color,
this.activeColor,
this.onChanged,
}) : assert(items != null),
super(key: key);