actions property

List<Widget>? actions
final

A list of actions (usually IconButtons) shown at the end of the row (i.e. action to delete the row).

Implementation

final List<Widget>? actions;