NiceOrganizationChart constructor
- Key? key,
- required NiceOrgNode root,
- double nodeWidth = 160,
- double nodeHeight = 70,
- double horizontalSpacing = 20,
- double verticalSpacing = 40,
- void onNodeTap(
- NiceOrgNode node
Implementation
const NiceOrganizationChart({
super.key,
required this.root,
this.nodeWidth = 160,
this.nodeHeight = 70,
this.horizontalSpacing = 20,
this.verticalSpacing = 40,
this.onNodeTap,
});