FormeInputDecoratorBuilder<T> class

Implemented types

Constructors

FormeInputDecoratorBuilder({bool emptyChecker(T value, FormeFieldController<T> controller)?, InputDecoration? decoration, Widget wrapper(Widget child, FormeFieldController<T> controller)?, InputCounterWidgetBuilder? buildCounter, int? maxLength, int counter(T value)?})
const

Properties

buildCounter InputCounterWidgetBuilder?
final
counter → (int Function(T value)?)
used to count value length , if maxLength is null , no need to provide this
final
decoration InputDecoration?
final
emptyChecker → (bool Function(T value, FormeFieldController<T> controller)?)
final
hashCode int
The hash code for this object.
no setterinherited
maxLength int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wrapper → (Widget Function(Widget child, FormeFieldController<T> controller)?)
final

Methods

build(FormeFieldController<T> controller, Widget child) Widget
override
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