MenuModel.flat(List<T> items, {this.icon, int? width, this.tooltipText}) : itemGroups = [MenuItemGroup<T>(items)] { this.width = width; }