ReplayScreen constructor

const ReplayScreen({
  1. int width = 0,
  2. int height = 0,
  3. int fixedRightWidth = 0,
})

Implementation

const ReplayScreen({
  this.width = 0,
  this.height = 0,
  this.fixedRightWidth = 0,
});