DisabledChip constructor

const DisabledChip({
  1. Key? key,
  2. required String label,
  3. IconData? icon,
  4. ChipStyle? style,
})

Creates a disabled chip.

Implementation

const DisabledChip({super.key, required this.label, this.icon, this.style});