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