FormeChipItem<T extends Object> class

Constructors

FormeChipItem({required Widget label, Widget? avatar, required T data, EdgeInsetsGeometry? padding, bool readOnly = false, bool visible = true, EdgeInsetsGeometry? labelPadding, String? tooltip, TextStyle? labelStyle, CircleBorder avatarBorder = const CircleBorder(), Color? backgroundColor, Color? checkmarkColor, bool? showCheckmark, Color? shadowColor, Color? disabledColor, Color? selectedColor, Color? selectedShadowColor, VisualDensity? visualDensity, double? elevation, double? pressElevation, MaterialTapTargetSize? materialTapTargetSize, OutlinedBorder? shape, BorderSide? side, Clip clipBehavior = Clip.none, Color? surfaceTintColor, IconThemeData? iconTheme})

Properties

avatar Widget?
final
avatarBorder CircleBorder
final
backgroundColor Color?
final
checkmarkColor Color?
final
clipBehavior Clip
final
data → T
final
disabledColor Color?
final
elevation double?
final
hashCode int
The hash code for this object.
no setterinherited
iconTheme IconThemeData?
final
label Widget
final
labelPadding EdgeInsetsGeometry?
final
labelStyle TextStyle?
final
materialTapTargetSize MaterialTapTargetSize?
final
padding EdgeInsetsGeometry
final
pressElevation double?
final
readOnly bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedColor Color?
final
selectedShadowColor Color?
final
shadowColor Color?
final
shape OutlinedBorder?
final
showCheckmark bool?
final
side BorderSide?
final
surfaceTintColor Color?
final
tooltip String?
final
visible bool
final
visualDensity VisualDensity?
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