CustomTreeNodeStyle constructor
CustomTreeNodeStyle({})
Implementation
CustomTreeNodeStyle({
this.direction = Axis.horizontal,
this.mainAxisLeadingWidth = 30,
this.mainAxisTrailingWidth = 30,
this.crossAxisSpace = 20,
this.strokeColor = const Color(0xFFB9B9B9),
this.strokeWidth = 1,
});