Module iced::widget::button

source ·
Expand description

Allow your users to perform actions by pressing a button.

Structs

  • A generic widget that produces a message when pressed.
  • The style of a button.

Enums

Traits

Functions

  • A danger button; denoting a destructive action.
  • A primary button; denoting a main action.
  • A secondary button; denoting a complementary action.
  • A success button; denoting a good outcome.
  • A text button; useful for links.

Type Aliases