ScreenshotConfig constructor

const ScreenshotConfig({
  1. bool enabled = false,
  2. List<String> includeSteps = const [],
  3. List<String> excludeSteps = const [],
})

Implementation

const ScreenshotConfig({
  this.enabled = false,
  this.includeSteps = const [],
  this.excludeSteps = const [],
});