ItemPickerConfiguration class

Item Picker Configuration holder

Keeps the Item Picker specific configurations.

Constructors

ItemPickerConfiguration.new({bool isMultiSelect = true, bool isItemSelectionRequired = true, bool isStatic = false, int loadingItemsCount = 3, double loadingItemHeight = 60})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isItemSelectionRequired bool
Toggle between mandatory choice or not
final
isMultiSelect bool
Toggle between single select and multi select
final
isStatic bool
If the content is set as static, then no loading will appear
final
loadingItemHeight double
If the loading items height doesn't match the design you can specify custom height
final
loadingItemsCount int
Pass the number of loading indicators
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