UFUMultiSelectModel class

Defines data modal of a UFUSingleSelect class

Constructors

UFUMultiSelectModel.new({required String label, required String id, String? prefixLabel, String? suffixLabel, Widget? child, Color? color, Color? borderColor, required bool isSelect, List<UFUMultiSelectModel>? subList, int? subListLength, List<TagLimitedModel>? tags, dynamic additionData, bool displayLabelOnly = false, bool? active = true, UFUInputBoxController? labelController, bool isDisabled = false, String? disableMessage, dynamic additionalDetails})
UFUMultiSelectModel.clone(UFUMultiSelectModel source)
factory

Properties

active bool?
getter/setter pair
additionalDetails ↔ dynamic
getter/setter pair
additionData ↔ dynamic
additionData can be used to add some sort of additional data
getter/setter pair
borderColor Color?
Defines borderColor of a mainList of a multiselect
getter/setter pair
child Widget?
Defines child widget of a mainList of a multiselect
getter/setter pair
color Color?
Defines color of a mainList of a multiselect
getter/setter pair
disableMessage String?
getter/setter pair
displayLabelOnly bool
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
id String
Defines id of a mainList of a multiselect
getter/setter pair
isDisabled bool
getter/setter pair
isSelect bool
Defines list is select or not of a mainList of a multiselect
getter/setter pair
label String
Defines label of a mainList of a multiselect.
getter/setter pair
labelController UFUInputBoxController?
getter/setter pair
prefixLabel String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subList List<UFUMultiSelectModel>?
subList can be used to add data linked to multiselect items
getter/setter pair
subListLength int?
getter/setter pair
suffixLabel String?
getter/setter pair
tags List<TagLimitedModel>?
getter/setter pair

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.
override