ChipThemeData constructor

const ChipThemeData({
  1. ButtonState<Decoration?>? decoration,
  2. double? spacing,
  3. ButtonState<Decoration?>? selectedDecoration,
  4. ButtonState<TextStyle?>? selectedTextStyle,
  5. ButtonState<MouseCursor>? cursor,
  6. ButtonState<TextStyle?>? textStyle,
})

Implementation

const ChipThemeData({
  this.decoration,
  this.spacing,
  this.selectedDecoration,
  this.selectedTextStyle,
  this.cursor,
  this.textStyle,
});