Function undo_scope
Source pub fn undo_scope(
child: impl IntoUiNode,
is_scope: impl IntoVar<bool>,
) -> UiNode
Expand description
P Sets if the widget is an undo scope.
If true the widget will handle UNDO_CMD and REDO_CMD for all undo actions
that happen inside it.