actions property

List<StickerAction>? actions
final

Defines all allowed actions for the sticker tool menu. Only buttons for allowed actions are visible and shown in the given order.

// Defaults to:
[
  StickerAction.replace,
  StickerAction.opacity,
  StickerAction.color,
  StickerAction.removeBackground
]

Implementation

final List<StickerAction>? actions;