ItemBuilder class

ItemBuilder is used to set the standard textfield for each undefined users data item.

Options sets options for the textfield.

Constructors

ItemBuilder({required ItemBuilderOptions options})

Properties

hashCode int
The hash code for this object.
no setterinherited
options ItemBuilderOptions
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(String key, dynamic value, Widget? widget, dynamic updateItem(String), dynamic saveItem(String?)) Widget
buildPassword(String key, TextEditingController controller, dynamic onChanged(String?), String? validator(String?)) Widget
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