pub fn SplitButtonTrailingButton( modifier: Modifier, on_click: impl Fn() + 'static, config: ButtonConfig, content: impl FnOnce() -> View, ) -> View