getWidget method
Implementation
Widget getWidget(BuildContext context) {
return Form(
key: _formKey,
child: ListView(children: createWidgets(uiSchema, context, [])),
);
}
Widget getWidget(BuildContext context) {
return Form(
key: _formKey,
child: ListView(children: createWidgets(uiSchema, context, [])),
);
}