Function zng_wgt_markdown::default_list_fn
source ยท pub fn default_list_fn(args: ListFnArgs) -> impl UiNode
Expand description
Default list view.
Uses a Grid!
with two columns, one default for the bullet or number, the other fills the leftover space.
See LIST_FN_VAR
for more details.