Toggle Filter View
Last Updated - Platform 19.0.0 - SDK 14.0.0The toggle filter view (FilterToggleView
) to present a toggle Filter
.
The PoqFilterToggleView
(default) variation of this view:
- Presents the title and a toggle control.
Container.shared.views.filterToggleView = { PoqFilterToggleView()}
View Data
The FilterToggleViewData
conforms to FilterViewData
and is mapped by the single FilterViewDataMapper
which maps all filter views.
Container.shared.mappers.filterViewDataMapper = { PoqFilterViewDataMapper()}