1 2 3 4 5 6 7 8
use bevy::ui::{UiRect, Val}; #[derive(Default)] pub struct OuterStyle { pub width: Val, pub height: Val, pub margin: UiRect, }