MultipageConfig constructor

MultipageConfig({
  1. bool enabled = false,
  2. bool showAnimation = true,
  3. String? buttonText,
  4. bool showButton = true,
  5. double? timeout,
  6. double? timeoutFromFirstDetect,
})

Implementation

MultipageConfig({
  this.enabled = false,
  this.showAnimation = true,
  this.buttonText,
  this.showButton = true,
  this.timeout,
  this.timeoutFromFirstDetect,
});