BootstrapRadio constructor

const BootstrapRadio({
  1. dynamic onChanged(
    1. dynamic
    )?,
  2. dynamic groupValue,
  3. dynamic value,
  4. Widget label = const SizedBox(),
})

Implementation

const BootstrapRadio({
  this.onChanged,
  this.groupValue,
  this.value,
  this.label = const SizedBox(),
});