JourneyState<T extends StatefulWidget> constructor

JourneyState<T extends StatefulWidget>({
  1. String? path,
  2. required String navigationHubState,
})

Implementation

JourneyState({super.path, required this.navigationHubState});