material-ui-rs 0.4.1

A Material3 inspired theme for `iced`
Documentation
pub const AVATAR_SIZE: f32 = 32.0;
pub const ICON_BUTTON_SPACE: f32 = 0.0;
pub const ICON_SIZE: f32 = 24.0;
pub const LEADING_SPACE: f32 = 4.0;
pub const TRAILING_SPACE: f32 = 4.0;
pub const CONTAINER_ELEVATION_LEVEL: u8 = 0;
pub const CONTAINER_SHAPE: f32 = super::super::shape::CORNER_NONE;
pub const ON_SCROLL_CONTAINER_ELEVATION_LEVEL: u8 = 2;

pub const SMALL_CONTAINER_HEIGHT: f32 = 64.0;
pub const SMALL_SEARCH_CONTAINER_HEIGHT: f32 = 56.0;
pub const SMALL_SEARCH_CONTAINER_SHAPE: f32 = super::super::shape::CORNER_FULL;
pub const SMALL_TITLE_TEXT: super::super::typography::TypeScale =
    super::super::typography::TITLE_LARGE;
pub const SMALL_SUBTITLE_TEXT: super::super::typography::TypeScale =
    super::super::typography::LABEL_MEDIUM;

pub const MEDIUM_CONTAINER_HEIGHT: f32 = 112.0;
pub const MEDIUM_TITLE_TEXT: super::super::typography::TypeScale =
    super::super::typography::HEADLINE_SMALL;
pub const MEDIUM_SUBTITLE_TEXT: super::super::typography::TypeScale =
    super::super::typography::LABEL_LARGE;

pub const LARGE_CONTAINER_HEIGHT: f32 = 152.0;
pub const LARGE_TITLE_TEXT: super::super::typography::TypeScale =
    super::super::typography::HEADLINE_MEDIUM;
pub const LARGE_SUBTITLE_TEXT: super::super::typography::TypeScale =
    super::super::typography::TITLE_MEDIUM;