material-ui-rs 0.4.2

A Material3 inspired theme for `iced`
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub const CONTAINER_HEIGHT: f32 = 48.0;
pub const CONTAINER_ELEVATION_LEVEL: u8 = 0;
pub const CONTAINER_SHAPE: f32 = super::super::shape::CORNER_NONE;
pub const ACTIVE_INDICATOR_HEIGHT: f32 = 2.0;
pub const ACTIVE_INDICATOR_SHAPE: f32 = super::super::shape::CORNER_NONE;
pub const ICON_SIZE: f32 = 24.0;
pub const HORIZONTAL_SPACE: f32 = 16.0;
pub const ICON_LABEL_SPACE: f32 = 8.0;
pub const LABEL_TEXT: super::super::typography::TypeScale = super::super::typography::TITLE_SMALL;
pub const HOVER_STATE_LAYER_OPACITY: f32 = super::super::state::HOVER_STATE_LAYER_OPACITY;
pub const PRESSED_STATE_LAYER_OPACITY: f32 = super::super::state::PRESSED_STATE_LAYER_OPACITY;
pub const INDICATOR_ANIMATION_DURATION_MS: u16 = super::super::motion::DURATION_MEDIUM1_MS;
pub const INDICATOR_ANIMATION_EASING: super::super::motion::CubicBezier =
    super::super::motion::EASING_EMPHASIZED;