width method

Tree width(
  1. int width
)

Implementation

Tree width(int width) {
  _ensureRenderer().width = width;
  return this;
}