onNodeAttributesUpdated method

void onNodeAttributesUpdated(
  1. CNode node,
  2. CNode oldNode, {
  3. bool isUndoRedo = false,
})

Implementation

void onNodeAttributesUpdated(
  CNode node,
  CNode oldNode, {
  bool isUndoRedo = false,
}) =>
    _onNodeAttributesUpdated?.call(node, oldNode, isUndoRedo);