pub fn TextButton( modifier: Modifier, on_click: impl Fn() + 'static, config: ButtonConfig, content: impl FnOnce() -> View, ) -> View
M3 Text Button - a low-emphasis button.