startIconOnTap property
dynamic Function()?
startIconOnTap
final
The function callback of the startIcon. 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()? startIconOnTap;