Flutter
material
InputChip
label property
label
description
label
property
Null safety
Widget
label
final
The primary content of the chip.
Typically a
Text
widget.
Implementation
@override final Widget label;
Flutter
material
InputChip
label property
InputChip class
Constructors
InputChip
Properties
autofocus
avatar
avatarBorder
backgroundColor
checkmarkColor
clipBehavior
deleteButtonTooltipMessage
deleteIcon
deleteIconColor
disabledColor
elevation
focusNode
hashCode
iconTheme
isEnabled
key
label
labelPadding
labelStyle
materialTapTargetSize
onDeleted
onPressed
onSelected
padding
pressElevation
runtimeType
selected
selectedColor
selectedShadowColor
shadowColor
shape
showCheckmark
side
surfaceTintColor
tooltip
useDeleteButtonTooltip
visualDensity
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==