IaPrerequisitesConfiguration constructor

const IaPrerequisitesConfiguration({
  1. bool isCancellable = false,
  2. bool isAnimated = true,
  3. bool runLegalIfNeeded = true,
  4. bool runOnboardingIfNeeded = true,
  5. bool runApofinderIfNeeded = true,
})

Generates an instance of prerequisites configuration.

Implementation

const IaPrerequisitesConfiguration({
  this.isCancellable = false,
  this.isAnimated = true,
  this.runLegalIfNeeded = true,
  this.runOnboardingIfNeeded = true,
  this.runApofinderIfNeeded = true,
});