SurveyKit constructor
const
SurveyKit({
- Key? key,
- required Task task,
- required dynamic onResult(),
- SurveyController? surveyController,
- SurveyProgressConfiguration? surveyProgressbarConfiguration,
- PreferredSizeWidget? appBar,
- Map<
String, String> ? localizations, - StepShell? stepShell,
- BoxDecoration? decoration,
- Color? backgroundColor,
Implementation
const SurveyKit({
super.key,
required this.task,
required this.onResult,
this.surveyController,
this.surveyProgressbarConfiguration,
this.appBar,
this.localizations,
this.stepShell,
this.decoration,
this.backgroundColor,
});