actions property

List<Widget>? actions
final

Widgets shown when choosing a date range for additional actions other than clearing and applying.

Typically a list of IconButton.

Implementation

final List<Widget>? actions;