SafaehOnboardingLabels constructor

const SafaehOnboardingLabels({
  1. String back = 'Back',
  2. String next = 'Next',
  3. String complete = 'Get started',
  4. String skip = 'Skip',
  5. String stepProgress(
    1. int current,
    2. int total
    )?,
})

Implementation

const SafaehOnboardingLabels({
  this.back = 'Back',
  this.next = 'Next',
  this.complete = 'Get started',
  this.skip = 'Skip',
  this.stepProgress,
});