FormeInputDecorationDecorator<T> class
- Inheritance
-
- Object
- FormeFieldDecorator<
T> - FormeInputDecorationDecorator
Constructors
-
FormeInputDecorationDecorator({int? hintMaxLines, EmptyChecker<
T> ? emptyChecker, InputCounterWidgetBuilder? buildCounter, int? maxLength, int counter(T value)?, InputDecorationBuilder? decorationBuilder, Widget childBuilder(BuildContext context, Widget child)?})
Properties
- buildCounter → InputCounterWidgetBuilder?
-
final
- childBuilder → Widget Function(BuildContext context, Widget child)?
-
final
- counter → int Function(T value)?
-
final
- decorationBuilder → InputDecorationBuilder?
-
final
-
emptyChecker
→ EmptyChecker<
T> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hintMaxLines → int?
-
final
- maxLength → int?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
build(
BuildContext context, Widget child, FormeFieldState< T> field) → 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