SurveyKit constructor
const
SurveyKit({
- required Task task,
- required dynamic onResult(),
- ThemeData? themeData,
- SurveyController? surveyController,
- Widget appBar(
- AppBarConfiguration appBarConfiguration
- bool? showProgress,
- SurveyProgressConfiguration? surveyProgressbarConfiguration,
- Map<
String, String> ? localizations,
Implementation
const SurveyKit({
required this.task,
required this.onResult,
this.themeData,
this.surveyController,
this.appBar,
this.showProgress,
this.surveyProgressbarConfiguration,
this.localizations,
});