SelectableChipGroupProps constructor

const SelectableChipGroupProps({
  1. required List<Widget> children,
  2. double gap = 8,
  3. bool wrap = true,
})

Implementation

const SelectableChipGroupProps({
  required this.children,
  this.gap = 8,
  this.wrap = true,
});