NavigationHubLayout.journey constructor

NavigationHubLayout.journey({
  1. Color? backgroundColor,
  2. Gradient? backgroundGradient,
  3. JourneyProgressStyle? progressStyle,
})

Create a journey navigation layout

Implementation

NavigationHubLayout.journey({
  this.backgroundColor,
  this.backgroundGradient,
  this.progressStyle,
}) {
  kind = "journey";
}