MenuItemAdi constructor

MenuItemAdi(
  1. String _title,
  2. Widget _routeWidget(), [
  3. bool showTitleWithScaffold = true
])

Implementation

MenuItemAdi(this._title, this._routeWidget, [this.showTitleWithScaffold = true]);