activeFilter property

XTypeGroup? activeFilter
final

The currently active filter group, if any.

This is null on platforms that do not support user-selectable filter groups in save dialogs (for example, macOS), or when no filter groups were provided when showing the dialog.

Implementation

final XTypeGroup? activeFilter;