pub const AVATAR_SIZE: f32 = 30.0;
pub const CONTAINER_HEIGHT: f32 = 56.0;
pub const ICON_SIZE: f32 = 24.0;
pub const LEADING_SPACE: f32 = 16.0;
pub const TRAILING_SPACE: f32 = 16.0;
pub const LEADING_ICON_LABEL_SPACE: f32 = 16.0;
pub const TRAILING_ICON_LABEL_SPACE: f32 = 16.0;
pub const CONTAINER_ELEVATION_LEVEL: u8 = 3;
pub const CONTAINER_SHAPE: f32 = super::super::shape::CORNER_FULL;
pub const INPUT_TEXT: super::super::typography::TypeScale = super::super::typography::BODY_LARGE;
pub const SUPPORTING_TEXT: super::super::typography::TypeScale =
super::super::typography::BODY_LARGE;
pub const HOVER_STATE_LAYER_OPACITY: f32 = super::super::state::HOVER_STATE_LAYER_OPACITY;
pub const PRESSED_STATE_LAYER_OPACITY: f32 = super::super::state::PRESSED_STATE_LAYER_OPACITY;