buildSuffix method

Iterable<Widget> buildSuffix()

Builds suffix widgets for the text field.

Override to provide widgets shown after the editable text.

Implementation

Iterable<Widget> buildSuffix() sync* {}