pub fn key_fn(
child: impl IntoUiNode,
key_fn: impl IntoVar<WidgetFn<KeyFnArgs>>,
) -> UiNodeExpand description
P Widget function that converts a KeyFnArgs to a widget.
This property sets the KEY_FN_VAR.
pub fn key_fn(
child: impl IntoUiNode,
key_fn: impl IntoVar<WidgetFn<KeyFnArgs>>,
) -> UiNodeP Widget function that converts a KeyFnArgs to a widget.
This property sets the KEY_FN_VAR.