Re-exports§
pub use application::application;pub use application::window;pub use application::window_settings;pub use application::window_with_min_size;pub use application::with_material_fonts;
Modules§
- animation
- Small animation helpers for Material themed state.
- application
- Helpers for bootstrapping
icedapplications with Material defaults. - fonts
- Bundled Material typefaces and icon fonts.
- style
- Material 3 style catalogs for the bundled
crate::Theme. - text
- tokens
- widget
- Material 3 sized widget constructors.
Structs§
- Color
Quartet - Color
Scheme - A
Theme’s color scheme. - Custom
- A custom
Theme. - Inverse
- Outline
- Surface
- Surface
Container
Enums§
Type Aliases§
- Container
- An
iced::widget::Containerthat uses the bundledThemeby default. - Element
- An
iced::Elementthat uses the bundledThemeby default.