toWidget abstract method
Builds the current field into a Widget to be used for input in the side panel.
Implementation
Widget toWidget(BuildContext context, String group, T? value);
Builds the current field into a Widget to be used for input in the side panel.
Widget toWidget(BuildContext context, String group, T? value);