1 2 3 4 5 6 7 8 9
//! Spacing aspects types use super::Size; // Spaces /// Space between components pub type Gap = Size; /// Space between content and edge pub type Padding = Size;