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