showActions property

bool showActions
final

Whether to show the actions column. Defaults to true. If set to true and showDeleteAction is set to false, the actions column will be displayed but the delete action will not be displayed. If set to true and showDeleteAction is set to true, the actions column will be displayed and the delete action will be displayed.

Implementation

final bool showActions;