pub fn label( theme: &UiTheme, text: &str, position: Vec2, font_size: Option<f32>, color: Option<Color>, ) -> Rect
Draw a text label. Returns its rect for layout purposes.