ListMenuView constructor

ListMenuView(
  1. ListMenuItem menuItem,
  2. SearchBarCallback callback,
  3. Color activeColor
)

Implementation

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