pub fn simple_popup<Message: 'static>(
live_settings: impl Fn() -> LiveSettings + Send + Sync + 'static,
settings: impl Fn() -> SctkPopupSettings + Send + Sync + 'static,
view: Option<impl Fn() -> Element<'static, Action<Message>> + Send + Sync + 'static>,
) -> ActionAvailable on
wayland_platform only.Expand description
Used to create a popup message from within a widget.