FormItemArray<V> class

Inheritance

Constructors

FormItemArray.new({required String hint, required bool validation(dynamic value), required List<V>? value, double? widgetHeight, FormType type = FormType.text, bool required = true, bool editable = true, bool visible = true, bool inRow = false, bool breakRow = false, bool breakCol = false, int? maxSelect = -1, int? maxItems = -1, double? widgetWidth, List? options, ValueStream<List>? optionsStream, ArrayMapping? arrayMapping, ObjectMapping? objectMapping, String kind = '', List<EditorType> editorTypes = const [EditorType.text], Widget customBuilder(BuildContext, dynamic value, dynamic onValueChange(dynamic))?, Widget customArrayBuilder(dynamic item, int index, dynamic onValueChanged(Map<String, dynamic>), dynamic onRemoveItem())?, Map<String, dynamic> factory()?, bool hasSelect = true, bool hasDelete = true, bool hasColor = false, bool hasImage = false, Stream<bool>? visibilityStream, dynamic onChange(dynamic)?, Widget suffix(void (String))?, WidgetSize? size})

Properties

arrayMapping ArrayMapping?
finalinherited
autofillHints Iterable<String>?
finalinherited
breakCol bool
finalinherited
breakRow bool
finalinherited
customArrayBuilder Widget Function(dynamic item, int index, dynamic onValueChanged(Map<String, dynamic>), dynamic onRemoveItem())?
finalinherited
customBuilder Widget Function(BuildContext, dynamic value, dynamic onValueChange(dynamic))?
finalinherited
editable bool
finalinherited
editorTypes List<EditorType>
finalinherited
errorMessage String?
finalinherited
factory Map<String, dynamic> Function()?
finalinherited
hasAction bool
finalinherited
hasColor bool
finalinherited
hasDelete bool
finalinherited
hashCode int
The hash code for this object.
no setterinherited
hasImage bool
finalinherited
hasSelect bool
finalinherited
finalinherited
hint String
finalinherited
imagePathWidget Widget Function(String)?
finalinherited
inputFormatters List<TextInputFormatter>?
getter/setter pairinherited
inRow bool
finalinherited
kind String
finalinherited
label String?
finalinherited
labelWidget Widget?
finalinherited
maxItems int?
finalinherited
maxSelect int?
finalinherited
maxValue double?
finalinherited
minValue double?
finalinherited
objectMapping ObjectMapping?
finalinherited
onChange → dynamic Function(dynamic)?
finalinherited
onTap → dynamic Function()?
finalinherited
options List?
finalinherited
optionsStream → ValueStream<List>?
finalinherited
prefix IconData?
finalinherited
previewBuilder Widget Function(String)?
finalinherited
required bool
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showFacility bool
finalinherited
size WidgetSize?
finalinherited
suffix Widget Function(void (String))?
finalinherited
titleCancel String
finalinherited
titleConfirm String
finalinherited
transform → dynamic Function(dynamic)?
finalinherited
type FormType
finalinherited
validation bool Function(dynamic value)
finalinherited
value ↔ dynamic
getter/setter pairinherited
visibilityStream Stream<bool>?
finalinherited
visible bool
finalinherited
widgetHeight double?
final
widgetWidth double?
finalinherited

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