actions property

List<Widget> Function(T item)? actions
final

Actions to display in the page wrapper for a specific item. Only shown in view mode.

Implementation

final List<Widget> Function(T item)? actions;