Flutter
material
ChipAttributes
label property
label
ChipAttributes class
Properties
avatar
backgroundColor
clipBehavior
label
labelPadding
labelStyle
materialTapTargetSize
padding
shape
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
label property
Widget
label
The primary content of the chip.
Typically a
Text
widget.
Implementation
Widget get label;