smart_forms
smart_forms
SmartForms
SmartForms const constructor
SmartForms
smart_forms
smart_forms
SmartForms
SmartForms const constructor
SmartForms class
Constructors
SmartForms
Properties
callback
form
hashCode
key
runtimeType
Methods
createState
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==
SmartForms
constructor
const
SmartForms
(
{
Key
key
,
@required
FormModel
form
,
@required
dynamic
callback
(
Map
<
String
,
dynamic
>
result
)}
)
Implementation
const SmartForms({ Key key, @required this.form, @required this.callback, }) : super(key: key);