onTapRemove property

dynamic Function(StickerView sticker)? onTapRemove
final

Callback called when the sticker is removed.

Implementation

final Function(StickerView sticker)? onTapRemove;