actions property

List<Widget>? actions
final

The list of bottom action widgets.

Type: List<Widget>?

Usage: Buttons for interactions. Right-aligned; non-empty triggers the actions row.

Implementation

final List<Widget>? actions;