buildTrailing method

Iterable<Widget> buildTrailing()

Builds trailing widgets for the text field.

Override to provide widgets shown after the input.

Implementation

Iterable<Widget> buildTrailing() sync* {}