pub fn line_fn(
child: impl UiNode,
wgt_fn: impl IntoVar<WidgetFn<LineFnArgs>>,
) -> impl UiNode
Expand description
P
Widget function that converts LineFnArgs
to widgets.
Sets the LINE_FN_VAR
.
pub fn line_fn(
child: impl UiNode,
wgt_fn: impl IntoVar<WidgetFn<LineFnArgs>>,
) -> impl UiNode
P
Widget function that converts LineFnArgs
to widgets.
Sets the LINE_FN_VAR
.