material-ui-rs 0.5.1

A Material3 inspired theme for `iced`
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
pub const CONTAINER_WIDTH: f32 = 360.0;
pub const MINIMUM_CONTAINER_WIDTH: f32 = 240.0;
pub const ACTIVE_INDICATOR_WIDTH: f32 = 336.0;
pub const ACTIVE_INDICATOR_HEIGHT: f32 = 56.0;
pub const ACTIVE_INDICATOR_SHAPE: f32 = super::super::shape::CORNER_FULL;
pub const ICON_SIZE: f32 = 24.0;
pub const LABEL_TEXT: super::super::typography::TypeScale = super::super::typography::LABEL_LARGE;
pub const HEADLINE_TEXT: super::super::typography::TypeScale =
    super::super::typography::TITLE_SMALL;
pub const ITEM_HORIZONTAL_PADDING: f32 = 12.0;
pub const ITEM_CONTENT_LEADING_SPACE: f32 = 16.0;
pub const ITEM_CONTENT_TRAILING_SPACE: f32 = 24.0;
pub const ICON_LABEL_SPACE: f32 = 12.0;
pub const LABEL_BADGE_SPACE: f32 = 12.0;
pub const MODAL_CONTAINER_ELEVATION_LEVEL: u8 = 1;
pub const STANDARD_CONTAINER_ELEVATION_LEVEL: u8 = 0;
pub const SCRIM_OPACITY: f32 = 0.32;
pub const ANIMATION_DURATION_MS: u16 = 256;