pub fn OutlinedButton( modifier: Modifier, on_click: impl Fn() + 'static, config: ButtonConfig, content: impl FnOnce() -> View, ) -> View
M3 Outlined Button - button with an outline border and no fill.