pub fn end_column_fn(
child: impl IntoUiNode,
cell_fn: impl IntoVar<WidgetFn<()>>,
) -> UiNodeExpand description
P Sets the content to the Align::END side of the button menu item generated using a WidgetFn<()>.
This property presents the same visual as end_column, but when used in styles cell_fn is called
multiple times to generate duplicates of the start cell.