helper property

Widget? helper
final

A widget that is displayed underneath the prefix and child widgets.

The helper appears in primary label coloring, and is meant to inform the user about interaction with the child widget. The row becomes taller in order to display the helper widget underneath prefix and child. If null, the row is shorter.

Implementation

final Widget? helper;