HMChipTheme constructor

HMChipTheme({
  1. Color? backgroundColor,
  2. HMRadius? radius,
  3. Color? selectedColor,
  4. Color? textColor,
  5. bool? isFilled,
  6. BorderSide? borderSide,
})

Implementation

HMChipTheme({
  this.backgroundColor,
  this.radius,
  this.selectedColor,
  this.textColor,
  this.isFilled,
  this.borderSide,
});