MultiSelectChipDisplay<V> class

A widget meant to display selected values as chips.

Inheritance

Constructors

MultiSelectChipDisplay({List<MultiSelectItem<V>?>? items, dynamic onTap(V)?, Color? chipColor, Alignment? alignment, BoxDecoration? decoration, TextStyle? textStyle, Color? colorator(V)?, Icon? icon, ShapeBorder? shape, bool scroll = false, HorizontalScrollBar? scrollBar, double? height, double? chipWidth})
MultiSelectChipDisplay.none({List<MultiSelectItem<V>?>? items = const [], bool? disabled = true, dynamic onTap(V)?, Color? chipColor, Alignment? alignment, BoxDecoration? decoration, TextStyle? textStyle, Color? colorator(V)?, Icon? icon, ShapeBorder? shape, bool scroll = false, HorizontalScrollBar? scrollBar, double? height, double? chipWidth})

Properties

alignment Alignment?
Change the alignment of the chips.
final
chipColor Color?
Set the chip color.
final
chipWidth double?
Set the width of the chips.
final
colorator → (Color? Function(V)?)
A function that sets the color of selected items based on their value.
final
decoration BoxDecoration?
Style the Container that makes up the chip display.
final
disabled bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height double?
Set a fixed height.
final
icon Icon?
An icon to display prior to the chip's label.
final
items List<MultiSelectItem<V>?>?
The source list of selected items.
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
onTap → (dynamic Function(V)?)
Fires when a chip is tapped.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scroll bool
Enables horizontal scrolling.
final
scrollBar HorizontalScrollBar?
Enables the scrollbar when scroll is true.
final
shape ShapeBorder?
Set a ShapeBorder. Typically a RoundedRectangularBorder.
final
textStyle TextStyle?
Style the text on the chips.
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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