PlexNavigationRailItem constructor

const PlexNavigationRailItem(
  1. PlexNavigationRailItemType type,
  2. String category, {
  3. int? index,
  4. PlexRoute? route,
})

Implementation

const PlexNavigationRailItem(this.type, this.category, {this.index, this.route});