InputFieldValues<T> class

Constructors

InputFieldValues({required TextEditingController textEditingController, required FocusNode focusNode, required String? error, required void onChanged(T tag), required void onSubmitted(T tag), required void onTagDelete(T tag), required List<T> tags, required ScrollController tagScrollController})

Properties

error String?
getter/setter pair
focusNode FocusNode
final
hashCode int
The hash code for this object.
no setterinherited
onChanged → void Function(T tag)
final
onSubmitted → void Function(T tag)
final
onTagDelete → void Function(T tag)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<T>
getter/setter pair
tagScrollController ScrollController
final
textEditingController TextEditingController
final

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