actions property

List<FrameAction>? actions
final

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

// Defaults to:
[FrameAction.replace, FrameAction.width, FrameAction.opacity]

Implementation

final List<FrameAction>? actions;