IaSdkConfigurationFooter constructor

const IaSdkConfigurationFooter({
  1. bool shouldShowDataProcessing = true,
  2. bool shouldShowAppSettings = true,
  3. bool shouldShowImprint = true,
})

Generates an instance of footer configuration.

Implementation

const IaSdkConfigurationFooter({
  this.shouldShowDataProcessing = true,
  this.shouldShowAppSettings = true,
  this.shouldShowImprint = true,
});