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
createElement
createState
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==
SmartForms
constructor
const
SmartForms
(
{
Key
key
,
@
required
FormModel
form
,
dynamic
callback
}
)
Implementation
const SmartForms({ Key key, @required this.form, this.callback, }) : super(key: key);