TestEnvironment constructor

const TestEnvironment({
  1. bool ignorePlatformMessages = false,
  2. bool forceTestFonts = false,
  3. bool disableFontFallbacks = false,
  4. bool keepSemanticsDisabledOnUpdate = false,
  5. bool defaultToTestUrlStrategy = false,
})

Implementation

const TestEnvironment({
  this.ignorePlatformMessages = false,
  this.forceTestFonts = false,
  this.disableFontFallbacks = false,
  this.keepSemanticsDisabledOnUpdate = false,
  this.defaultToTestUrlStrategy = false,
});