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
15
16
17
pub const CONTAINER_SHAPE: f32 = super::super::shape::CORNER_NONE;
pub const ONE_LINE_CONTAINER_HEIGHT: f32 = 56.0;
pub const TWO_LINE_CONTAINER_HEIGHT: f32 = 72.0;
pub const THREE_LINE_CONTAINER_HEIGHT: f32 = 88.0;
pub const LEADING_SPACE: f32 = 16.0;
pub const TRAILING_SPACE: f32 = 16.0;
pub const TOP_SPACE: f32 = 12.0;
pub const BOTTOM_SPACE: f32 = 12.0;
pub const LEADING_ICON_SIZE: f32 = 24.0;
pub const LEADING_AVATAR_SIZE: f32 = 40.0;
pub const LABEL_TEXT: super::super::typography::TypeScale = super::super::typography::BODY_LARGE;
pub const SUPPORTING_TEXT: super::super::typography::TypeScale =
    super::super::typography::BODY_MEDIUM;
pub const TRAILING_SUPPORTING_TEXT: super::super::typography::TypeScale =
    super::super::typography::LABEL_SMALL;
pub const DISABLED_LABEL_TEXT_OPACITY: f32 = 0.30;
pub const DISABLED_ICON_OPACITY: f32 = 0.38;