ZetaFilterSelection constructor
- Key? key,
 - bool? rounded,
 - required List<
ZetaFilterChip> items, - VoidCallback? onPressed,
 - String? buttonSemanticLabel,
 - IconData icon = ZetaIcons.filter,
 
Constructor for the component ZetaFilterSelection
Implementation
const ZetaFilterSelection({
  super.key,
  super.rounded,
  required this.items,
  this.onPressed,
  this.buttonSemanticLabel,
  this.icon = ZetaIcons.filter,
});