CustomizableMultiselectWidgetOptions class

Constructors

CustomizableMultiselectWidgetOptions({bool enable = true, Color chipColor = Colors.white, ShapeBorder? chipShape, Text? hintText})
const

Properties

chipColor Color
the color of the Chip.
final
chipShape ShapeBorder?
A ShapeBorder widget that will be the shape of the Chip.
final
enable bool
a bool that defines if the CustomizableMultiselectField is enabled or not.
final
hashCode int
The hash code for this object.
no setterinherited
hintText Text?
A Text widget that will appear if no value was selected.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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