NavigationTab.journey constructor
NavigationTab.journey({
- required Widget? page,
- 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 = {};