build abstract method
Widget
build({
- required BuildContext context,
- required FormMapper mapper,
- required TypeProperty property,
- required Keywords args,
build and bind the corresponding widget
context
a FormMapper
mapper
the FormMapper
property
a TypeProperty
args
and parameters that will be handled by the adapter
Implementation
Widget build({required BuildContext context, required FormMapper mapper, required TypeProperty property, required Keywords args});