NavigationTab.journey constructor

NavigationTab.journey({
  1. required Widget? page,
  2. JourneyProgressStyle? progressStyle,
})

NavigationTab.journey is a class that holds the page of a journey navigation tab.

Implementation

NavigationTab.journey({required this.page, this.progressStyle})
  : title = null,
    kind = "journey",
    meta = {};