ChipConfig constructor
const
ChipConfig({
- Icon? deleteIcon,
- Color? backgroundColor,
- EdgeInsets padding = Default.defaultChipPadding,
- double radius = Default.defaultChipRadius,
- double spacing = kPadding,
- double runSpacing = kPadding,
- Widget? separator,
- EdgeInsets labelPadding = EdgeInsets.zero,
- bool autoScroll = false,
Implementation
const ChipConfig({
this.deleteIcon,
// this.deleteIconColor = Colors.paperPrimary,
this.backgroundColor,
this.padding = Default.defaultChipPadding,
this.radius = Default.defaultChipRadius,
this.spacing = kPadding,
this.runSpacing = kPadding,
this.separator,
// this.labelColor = Colors.paperPrimary,
// this.labelStyle,
this.labelPadding = EdgeInsets.zero,
this.autoScroll = false,
});