MRadioItem<T> constructor

const MRadioItem<T>({
  1. String? label,
  2. required T value,
  3. IconData? icon,
})

Implementation

const MRadioItem({this.label, required this.value, this.icon});