NavigationHubLayout.journey constructor
NavigationHubLayout.journey({
- Color? backgroundColor,
- Gradient? backgroundGradient,
- JourneyProgressStyle? progressStyle,
Create a journey navigation layout
Implementation
NavigationHubLayout.journey({
this.backgroundColor,
this.backgroundGradient,
this.progressStyle,
}) {
kind = "journey";
}