Size is the size of an element, with 5 variations
pub type Size { ExtraSmall Small Medium Large ExtraLarge }
ExtraSmall
Small
Medium
Large
ExtraLarge
pub const default_size: Size
pub fn size_to_string(s: Size) -> String