onCustomClickCartIcon property Null safety

CustomClickCartIconCallback? onCustomClickCartIcon
read / write

This callback is triggered when the user clicks the shopping cart icon.

The host app can customize the click event processing logic of the shopping cart icon by setting the callback.

Implementation

CustomClickCartIconCallback? onCustomClickCartIcon;