actions property

List<BrushAction>? actions
final

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

// Defaults to:
[BrushAction.color, BrushAction.size, BrushAction.hardness]

Implementation

final List<BrushAction>? actions;