TreeMenuView constructor

TreeMenuView(
  1. TreeMenuItem menuItem,
  2. SearchBarCallback callback,
  3. Color activeColor
)

Implementation

TreeMenuView(this.menuItem, this.callback, this.activeColor);