endIconOnTap property

dynamic Function()? endIconOnTap
final

The function callback of the endIcon. If it is not null, the end icon will be clickable and the splash color will be shown. By default is null.

Implementation

final Function()? endIconOnTap;