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)?})
-
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited