Skip to main content

Module toggle_button_widget

Module toggle_button_widget 

Source
Expand description

This is a ToggleButtonWidget, which acts similar to a PushButtonWidget except that it triggers on_toggle callbacks when the state changes.

Structs§

ToggleButtonWidget
This is the storage object for the ToggleButtonWidget. It stores the config, properties, callback registry.

Type Aliases§

OnToggleCallbackType
This is the callback type that is used when an on_toggle callback is triggered from this Widget.