Tree constructor
Tree({
- RenderConfig renderConfig = const RenderConfig(),
- bool showRoot = true,
Implementation
Tree({this._renderConfig = const RenderConfig(), this._showRoot = true});