FormFieldConfig class

Constructors

FormFieldConfig.new({required String keyName, required FieldType type, required String label, String? hint, bool required = false, List<String>? options, double? min, double? max, int? divisions, dynamic initialValue, String? validator(dynamic)?})

Properties

divisions int?
final
hashCode int
The hash code for this object.
no setterinherited
hint String?
final
initialValue → dynamic
final
keyName String
final
label String
final
max double?
final
min double?
final
options List<String>?
final
required bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type FieldType
final
validator String? Function(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