ZetaFilterSelection constructor

const ZetaFilterSelection(
  1. {Key? key,
  2. required List<ZetaFilterChip> items,
  3. bool rounded = true,
  4. VoidCallback? onPressed}
)

Constructor for the component ZetaFilterSelection

Implementation

const ZetaFilterSelection({
  super.key,
  required this.items,
  this.rounded = true,
  this.onPressed,
});