resetIcon property

IconData? resetIcon
final

If not null, the TextField decoration's suffixIcon will be overridden to reset the input using the icon defined here.

Implementation

final IconData? resetIcon;