SurveyStateProviderWidget constructor
const
SurveyStateProviderWidget({})
Creates a SurveyStateProviderWidget.
All parameters are required except stepShell.
Implementation
const SurveyStateProviderWidget({
super.key,
required this.taskNavigator,
required this.onResult,
required this.child,
required this.navigatorKey,
this.stepShell,
});