FluoNavigator constructor
const
FluoNavigator({
- Key? key,
- required String initialRoute,
- required int totalSteps,
- required RouteFactory? onGenerateRoute,
- FluoNavigatorStyle style = const FluoNavigatorStyle(),
- bool introOnFirstRoute = true,
Implementation
const FluoNavigator({
super.key,
required this.initialRoute,
required this.totalSteps,
required this.onGenerateRoute,
this.style = const FluoNavigatorStyle(),
this.introOnFirstRoute = true,
});