material-ui-rs 0.5.3

A Material3 inspired theme for `iced`
Documentation
pub const ITEM_MIN_HEIGHT: f32 = super::list::ONE_LINE_CONTAINER_HEIGHT;
pub const ITEM_SPACING: f32 = super::divider::THICKNESS;
pub const ITEM_SHAPE: f32 = super::super::shape::CORNER_EXTRA_SMALL;
pub const ITEM_VERTICAL_SPACE: f32 = super::list::TOP_SPACE;
pub const LIST_HORIZONTAL_SPACE: f32 = 8.0;
pub const ITEM_TRAILING_SPACE: f32 = super::list::TRAILING_SPACE;
pub const CHECKBOX_SLOT_WIDTH: f32 = 48.0;
pub const SELECTED_OUTLINE_WIDTH: f32 = 2.0;
pub const LOG_TEXT: super::super::typography::TypeScale = super::super::typography::BODY_MEDIUM;
pub const SELECTION_BAR_HEIGHT: f32 = super::app_bar::SMALL_SEARCH_CONTAINER_HEIGHT;
pub const SELECTION_BAR_ENTER_OFFSET: f32 = 16.0;
pub const SELECTION_BAR_SURFACE_FADE_END: f32 = 0.65;
pub const SELECTION_BAR_CONTENT_FADE_START: f32 = 0.2;
pub const SELECTION_BAR_ENTER_DURATION_MS: u16 = super::super::motion::DURATION_MEDIUM1_MS;
pub const SELECTION_BAR_EXIT_DURATION_MS: u16 = super::super::motion::DURATION_SHORT4_MS;
pub const SELECTION_BAR_ENTER_EASING: super::super::motion::CubicBezier =
    super::super::motion::EASING_EMPHASIZED_DECELERATE;
pub const SELECTION_BAR_EXIT_EASING: super::super::motion::CubicBezier =
    super::super::motion::EASING_EMPHASIZED_ACCELERATE;