FilterChipFieldTheme constructor

const FilterChipFieldTheme({
  1. ChipThemeData? chipTheme,
  2. WrapChipFieldTheme wrapTheme = const WrapChipFieldTheme(),
})

Implementation

const FilterChipFieldTheme({
  this.chipTheme,
  this.wrapTheme = const WrapChipFieldTheme(),
});