widget property

Widget? widget
getter/setter pair

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;