CustomChip constructor

const CustomChip({
  1. Key? key,
})

Implementation

const CustomChip({Key? key}) : super(key: key);