CustomMenuItem constructor

CustomMenuItem(
  1. String name, {
  2. String? iconUrl,
  3. String? materialIcon,
  4. String? iframeUrl,
  5. String? dashboardId,
  6. bool? hideDashboardToolbar,
  7. bool? setAccessToken,
  8. List<CustomMenuItem>? childMenuItems,
})

Implementation

CustomMenuItem(this.name,
    {this.iconUrl,
    this.materialIcon,
    this.iframeUrl,
    this.dashboardId,
    this.hideDashboardToolbar,
    this.setAccessToken,
    this.childMenuItems});