menu
vyuh_node_flow package
documentation
extensions/extension.dart
NodeVisibilityChanged<T>
NodeVisibilityChanged.new const constructor
NodeVisibilityChanged.new const constructor
dark_mode
light_mode
NodeVisibilityChanged<
T
>
constructor
const
NodeVisibilityChanged<
T
>
(
Node
<
T
>
node
,
bool
wasVisible
)
Implementation
const NodeVisibilityChanged(this.node, this.wasVisible);
vyuh_node_flow package
documentation
extensions/extension
NodeVisibilityChanged<T>
NodeVisibilityChanged.new const constructor
NodeVisibilityChanged class