contextualActions property

List<ContextualAction<T>> contextualActions
final

Widgets to display after the counterBuilder widget.

Typically these widgets are IconButtons representing common operations. For less common operations, consider using a PopupMenuButton as the last action.

Implementation

final List<ContextualAction<T>> contextualActions;