[][src]Module iced_wgpu::widget::button

Allow your users to perform actions by pressing a button.

A Button has some local State.

Structs

State

The local state of a Button.

Style

The appearance of a button.

Traits

StyleSheet

A set of rules that dictate the style of a button.

Type Definitions

Button

A widget that produces a message when clicked.