actions property

List<Widget>? actions
final

Icon buttons to show at the top end side of the table. The header must not be null to show the actions.

Typically, the exact actions included in this list will vary based on whether any rows are selected or not.

These should be size 24.0 with default padding (8.0).

Implementation

final List<Widget>? actions;