rootStyle method

Tree rootStyle(
  1. Style style
)

Implementation

Tree rootStyle(Style style) {
  _ensureRenderer().style.rootStyle = style;
  return this;
}