button_with_text_style

Function button_with_text_style 

Source
pub fn button_with_text_style<S: Into<String>>(
    ui: &mut UI<'_, '_>,
    label: S,
    style: TextStyle,
) -> Response