page_fn

Function page_fn 

Source
pub fn page_fn(
    child: impl IntoUiNode,
    wgt_fn: impl IntoVar<WidgetFn<PageFnArgs>>,
) -> UiNode
Expand description

P Widget function that converts PageFnArgs to widgets.

A page is a stack of a maximum of lines_per_page, the text is split in pages mostly for performance reasons.

Sets the PAGE_FN_VAR.