ChipListWidget constructor
ChipListWidget({})
Implementation
ChipListWidget(
{Key? key,
required this.children,
this.multiSelect = false,
this.selectedColor,
this.unSelectedColor,
this.onSelect,
this.controller})
: super(key: key);