actions property
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;
Widgets shown when choosing a date range for additional actions other than clearing and applying.
Typically a list of IconButton.
final List<Widget>? actions;