SmartForms constructor

const SmartForms(
  1. {Key key,
  2. @required FormModel form,
  3. dynamic callback}
)

Implementation

const SmartForms({
  Key key,
  @required this.form,
  this.callback,
}) : super(key: key);