actions property

List<Widget> actions
final

Additional action widgets displayed in the top-right corner.

Type: List<Widget>. Custom action buttons shown alongside the default copy button. Useful for share, edit, or other operations.

Implementation

final List<Widget> actions;