showRoot method

Tree showRoot(
  1. bool value
)

Implementation

Tree showRoot(bool value) {
  _showRoot = value;
  return this;
}