wrap method

Widget wrap(
  1. Widget child
)

Wraps the text field widget.

Override to wrap the field with additional widgets.

Implementation

Widget wrap(Widget child) => child;