widget property
Custom widget to render instead of the default field widget.
When provided, this widget completely replaces the standard field rendering. Use this for completely custom field implementations.
Implementation
Widget? widget;
Custom widget to render instead of the default field widget.
When provided, this widget completely replaces the standard field rendering. Use this for completely custom field implementations.
Widget? widget;