pub fn settings_fn(
child: impl UiNode,
wgt_fn: impl IntoVar<WidgetFn<SettingsArgs>>,
) -> impl UiNode
Expand description
P
Widget function that converts SettingsArgs
to a settings list.
Sets the SETTINGS_FN_VAR
.
pub fn settings_fn(
child: impl UiNode,
wgt_fn: impl IntoVar<WidgetFn<SettingsArgs>>,
) -> impl UiNode
P
Widget function that converts SettingsArgs
to a settings list.
Sets the SETTINGS_FN_VAR
.