ChipFieldItem class

Constructors

ChipFieldItem({bool isEnabled = true, VoidCallback? onTap, Widget? avatar, String? tooltip, required Widget label})
const

Properties

avatar Widget?
RawChip.avatar
final
hashCode int
The hash code for this object.
no setterinherited
isEnabled bool
Whether or not a user can select this menu item.
final
label Widget
RawChip.label
final
onTap VoidCallback?
Called when the item is tapped.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tooltip String?
RawChip.tooltip
final

Methods

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

Operators

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