SilRadioButton constructor
const
SilRadioButton({})
Implementation
const SilRadioButton(
{required this.mormalWidget,
required this.selectedWidget,
this.isSelected = false,
this.onTapChange,
this.width,
this.height,
Key? key})
: super(key: key);