HubbleRadioBox constructor
const
HubbleRadioBox({
- Key? key,
- required bool isSelected,
- required HubbleRadioOption child,
Implementation
const HubbleRadioBox(
{Key? key, required this.isSelected, required this.child})
: super(key: key);