material-ui-rs 0.4.1

A Material3 inspired theme for `iced`
Documentation
pub const CONTAINER_SHAPE: f32 = 2.0;
pub const CONTAINER_SIZE: f32 = 18.0;
pub const ICON_SIZE: f32 = 18.0;
pub const CHECKMARK_STROKE_WIDTH: f32 = 2.0;
pub const CHECKMARK_BOTTOM_LEFT_X: f32 = 7.0;
pub const CHECKMARK_BOTTOM_LEFT_Y: f32 = -14.0;
pub const CHECKMARK_SHORT_MARK_SIZE: f32 = 5.656_854;
pub const CHECKMARK_LONG_MARK_SIZE: f32 = 11.313_708;
pub const STATE_LAYER_SIZE: f32 = 40.0;
pub const LABEL_TEXT_SIZE: f32 = super::super::typography::BODY_LARGE.size;
pub const LABEL_TEXT_LINE_HEIGHT: f32 = super::super::typography::BODY_LARGE.line_height;
pub const LABEL_TEXT_WEIGHT: u16 = super::super::typography::BODY_LARGE.weight;
pub const SELECT_TRANSITION_DURATION_MS: u16 = super::super::motion::DURATION_MEDIUM3_MS;
pub const UNSELECT_TRANSITION_DURATION_MS: u16 = super::super::motion::DURATION_SHORT3_MS;
pub const OPACITY_TRANSITION_DURATION_MS: u16 = super::super::motion::DURATION_SHORT1_MS;
pub const SELECT_TRANSITION_EASING: super::super::motion::CubicBezier =
    super::super::motion::EASING_EMPHASIZED_DECELERATE;
pub const UNSELECT_TRANSITION_EASING: super::super::motion::CubicBezier =
    super::super::motion::EASING_EMPHASIZED_ACCELERATE;
pub const SELECTED_OUTLINE_WIDTH: f32 = 0.0;
pub const UNSELECTED_OUTLINE_WIDTH: f32 = 2.0;
pub const SELECTED_DISABLED_CONTAINER_OPACITY: f32 = 0.38;
pub const UNSELECTED_DISABLED_CONTAINER_OPACITY: f32 = 0.38;
pub const UNSELECTED_DISABLED_OUTLINE_WIDTH: f32 = 2.0;