List Filter View
Last Updated - Platform 19.0.0 - SDK 14.0.0The list filter view (FilterListView
) to present a selectable list Filter
.
The PoqFilterListView
(default) variation of this view:
- Presents the title and acts as a navigation button to a sub-selection list screen.
- Presents the selected filter options as chips that can be removed using
FilterOptionChipView
.
Container.shared.views.filterListView = { PoqFilterListView()}
View Data
The FilterListViewData
conforms to FilterViewData
and is mapped by the single FilterViewDataMapper
which maps all filter views.
Container.shared.mappers.filterViewDataMapper = { PoqFilterViewDataMapper()}