Module pushrod::widget::push_button_widget
source · Expand description
Push Button component: draws a clickable box on the screen, triggering an on_clicked callback
when appropriate.
Structs§
- Draws a push button that triggers a
WidgetClickedevent when activated.