key_gesture_separator_fn

Function key_gesture_separator_fn 

Source
pub fn key_gesture_separator_fn(
    child: impl IntoUiNode,
    separator_fn: impl IntoVar<WidgetFn<KeyGestureSeparatorFnArgs>>,
) -> UiNode
Expand description

P Widget function that converts KeyGestureSeparatorFnArgs to a widget.

This is the separator between the modifiers and key in a KeyGesture.

This property sets the KEY_GESTURE_SEPARATOR_FN_VAR.