MRadioChip<T> constructor
const
MRadioChip<T> ({
- Key? key,
- required List<
MRadioItem< items,T> > - MRadioChipType type = MRadioChipType.icon,
- dynamic onChanged(
- T
- T? value,
- String? label,
Implementation
const MRadioChip({Key? key, required this.items, this.type = MRadioChipType.icon, this.onChanged, this.value, this.label}) : super(key: key);