RadioGroup constructor
RadioGroup({})
Implementation
RadioGroup(
{Key? key,
this.shape,
this.value,
this.list,
this.disabled,
this.checkedColor,
this.inCellGroup: false,
this.onChange,
this.iconSize,
this.direction: Axis.vertical})
: super(key: key);