Field class

Constructors

Field({dynamic name, String type = "text", dynamic validators = const [], dynamic decoration = const {}, dynamic hint = '', dynamic bloc = '', dynamic maxImages = 1, dynamic aspectRatio, double max = 0, double min = 0, String? template, String? searchField, dynamic label})
const

Properties

aspectRatio → dynamic
final
bloc → dynamic
final
decoration → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
hint → dynamic
final
label → dynamic
final
max double
final
maxImages → dynamic
final
min double
final
name → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchField String?
final
template String?
final
type String
final
validators → dynamic
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