BootstrapRadio constructor
const
BootstrapRadio({
- dynamic onChanged(
- dynamic
- dynamic groupValue,
- dynamic value,
- Widget label = const SizedBox(),
Implementation
const BootstrapRadio({
this.onChanged,
this.groupValue,
this.value,
this.label = const SizedBox(),
});