RadioWidget constructor
const
RadioWidget({
- Key? key,
- required MyRadio radio,
- dynamic onStart()?,
- dynamic onStop()?,
- Future<
void> beforeStart()?, - bool hideIcon = false,
- TextEditingController? editController,
Implementation
const RadioWidget({
super.key,
required this.radio,
this.onStart,
this.onStop,
this.beforeStart,
this.hideIcon = false,
this.editController,
});