AppStartTime constructor

AppStartTime({
  1. Duration? fullyDrawnTime,
  2. Duration? initialDisplayTime,
})

Implementation

AppStartTime({
  this.fullyDrawnTime,
  this.initialDisplayTime,
});