toWidget abstract method

Widget toWidget(
  1. BuildContext context,
  2. String group,
  3. T? value
)

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);