KiteToggleGroupItem<T> constructor

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

Implementation

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