TreeThemeData constructor

const TreeThemeData({
  1. Color lineColor = Colors.grey,
  2. double lineWidth = 2,
})

Implementation

const TreeThemeData({this.lineColor = Colors.grey, this.lineWidth = 2});