NodeVisibilityChanged<T> constructor

const NodeVisibilityChanged<T>(
  1. Node<T> node,
  2. bool wasVisible
)

Implementation

const NodeVisibilityChanged(this.node, this.wasVisible);