[][src]Module nannou::ui::prelude::widget::toggle

A button that allows for toggling boolean state.

Structs

State

The state of the Toggle.

Style

Styling for the Toggle including coloring, bordering and labelling.

TimesClicked

The Event type yielded by the Toggle widget.

Toggle

A pressable widget for toggling the state of a bool.