FormInputModel class

Constructors

FormInputModel(String? placeHolder, Widget? prefix, MainAxisAlignment? mainAxisAlignment, double? prefixWidth, String name, String? required, String? requiredMsg, String? value, String? title, List<Map<String, dynamic>>? list, DateMode? mode, Widget? component)
FormInputModel.formJson(Map<String, dynamic> json)

Properties

component Widget?
final
hashCode int
The hash code for this object.
no setterinherited
list List<Map<String, dynamic>>?
final
mainAxisAlignment MainAxisAlignment?
final
mode → DateMode?
final
name String
final
placeHolder String?
final
prefix Widget?
final
prefixWidth double?
final
required String?
final
requiredMsg String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
final
value String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited