ChipConfig class

Constructors

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})
const

Properties

autoScroll bool
final
backgroundColor Color?
final
deleteIcon Icon?
final
hashCode int
The hash code for this object.
no setterinherited
labelPadding EdgeInsets
final
padding EdgeInsets
final
radius double
final
runSpacing double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
separator Widget?
final
spacing double
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited