menu
org_chart package
documentation
node.dart
Node<E>
Node.new constructor
Node.new constructor
dark_mode
light_mode
Node<
E
>
constructor
Node<
E
>
(
{
required
E
data
,
Offset
position
=
Offset.zero
,
bool
hideNodes
=
false
,
})
Implementation
Node({ required this.data, this.position = Offset.zero, this.hideNodes = false, });
org_chart package
documentation
node
Node<E>
Node.new constructor
Node class