actions property

List? actions
final

List of actions to be displayed for each row. This is primarily used for calculating widths and determining how many action widgets to create. The actual widgets are built by actionBuilder.

Implementation

final List? actions;