progressStyle property

JourneyProgressStyle? progressStyle
getter/setter pair

Progress style for journey layouts.

When set on NavigationHubLayout.journey, acts as the global default. Individual tabs can override this via NavigationTab.journey(progressStyle: ...).

Implementation

JourneyProgressStyle? progressStyle;