Tree constructor

Tree({
  1. RenderConfig renderConfig = const RenderConfig(),
  2. bool showRoot = true,
})

Implementation

Tree({this._renderConfig = const RenderConfig(), this._showRoot = true});