Skip to main content

Module selector

Module selector 

Source
Expand description

Selector is a simple container widget that allows selecting an item from a fixed set of items. See Selector docs for more info.

Structs§

Selector
Selector is a simple container widget that allows selecting an item from a fixed set of items. Selector widget shows the currently selected item at the center and two buttons on the sides that allows selecting either the previous or the next item.
SelectorBuilder
Creates instances of Selector widgets.

Enums§

SelectorMessage
A set of messages that is used by Selector widget.