onStickerTap property

dynamic Function(StickerItem sticker) onStickerTap
final

A callback function that is called when a sticker is tapped.

Implementation

final Function(StickerItem sticker) onStickerTap;