ChoiceChipFieldTheme constructor
      const
      ChoiceChipFieldTheme({ 
    
    
- ChipThemeData? chipTheme,
- WrapChipFieldTheme wrapTheme = const WrapChipFieldTheme(),
Implementation
const ChoiceChipFieldTheme({
  this.chipTheme,
  this.wrapTheme = const WrapChipFieldTheme(),
});