ColumnActionBuilder typedef

ColumnActionBuilder = Widget Function(int index)

A function type that builds action widgets for a specific row.

Returns a widget (typically containing buttons or other interactive elements) for the actions column. The index parameter represents the row index.

Implementation

typedef ColumnActionBuilder = Widget Function(int index);