OudsFilterChip constructor

const OudsFilterChip({
  1. Key? key,
  2. String? label,
  3. String? avatar,
  4. bool? selected,
  5. ValueChanged<bool>? onSelected,
})

Implementation

const OudsFilterChip({super.key, this.label, this.avatar, this.selected, this.onSelected});