resetIcon property

Icon resetIcon
final

If defined, the TextField decoration's suffixIcon will be overridden to reset the input using the icon defined here. Set this to null to stop that behavior. Defaults to Icons.close.

Implementation

final Icon resetIcon;