1 2 3 4 5 6
use crate::strobe::ui_element::Padding; #[derive(Default, Clone)] pub struct Style { pub padding: Padding, }