CustomChip constructor

const CustomChip({
  1. Key? key,
  2. required Widget label,
  3. required ChipProps props,
})

Implementation

const CustomChip({super.key, required this.label, required this.props});