InstructionsConfig constructor

InstructionsConfig({
  1. bool showAnimation = true,
  2. double? animationDuration,
  3. double? animationDelay,
  4. String? animationText,
})

Implementation

InstructionsConfig({
  this.showAnimation = true,
  this.animationDuration,
  this.animationDelay,
  this.animationText,
});