pub fn TextButton( label: impl Into<String>, on_click: impl Fn() + 'static, ) -> View
M3 Text Button — a low-emphasis button with only a text label.