Flutter
material
ChipAttributes
avatar property
avatar
ChipAttributes class
Properties
avatar
backgroundColor
clipBehavior
label
labelPadding
labelStyle
materialTapTargetSize
padding
shape
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
avatar property
Widget
avatar
A widget to display prior to the chip's label.
Typically a
CircleAvatar
widget.
Implementation
Widget get avatar;