branchLine property

BranchLine? branchLine
final

The branch line style for connecting tree nodes.

Type: BranchLine?. If null, uses BranchLine.path. Controls how visual connections are drawn between parent and child nodes in the tree hierarchy.

Implementation

final BranchLine? branchLine;