cancelIcon property
The icon on the right side of the chip, usually functions to delete/cancel the chip
By default the icon is an X (cancel icon), if onTapCancel is not null
Implementation
final IconData? cancelIcon;
The icon on the right side of the chip, usually functions to delete/cancel the chip
By default the icon is an X (cancel icon), if onTapCancel is not null
final IconData? cancelIcon;