SurveyConfiguration constructor

const SurveyConfiguration({
  1. bool autoPassToNextStep = false,
  2. Duration autoPassToNextStepDelay = const Duration(milliseconds: 600),
  3. bool enableSwipeNavigation = false,
})

Implementation

const SurveyConfiguration({
  this.autoPassToNextStep = false,
  this.autoPassToNextStepDelay = const Duration(milliseconds: 600),
  this.enableSwipeNavigation = false,
});