ReplayTraceConversionOptions constructor

const ReplayTraceConversionOptions({
  1. String? name,
  2. String description = 'Generated from trace',
  3. int screenWidth = 0,
  4. int screenHeight = 0,
  5. int fixedRightWidth = 0,
  6. int? fromUs,
  7. int? toUs,
  8. int minSleepUs = 30000,
  9. bool includeHoverMoves = false,
  10. bool includeCustomEvents = true,
})

Implementation

const ReplayTraceConversionOptions({
  this.name,
  this.description = 'Generated from trace',
  this.screenWidth = 0,
  this.screenHeight = 0,
  this.fixedRightWidth = 0,
  this.fromUs,
  this.toUs,
  this.minSleepUs = 30000,
  this.includeHoverMoves = false,
  this.includeCustomEvents = true,
});