actions property

List<Widget>? actions
final

A list of action widgets to display in a row, after the collapsedContent widget.

Implementation

final List<Widget>? actions;