DisplayIOOptions constructor

DisplayIOOptions({
  1. int? interscrollerHeight,
  2. int? interscrollerTopOffset,
  3. bool? showSoundControl,
})

Implementation

DisplayIOOptions({
  this.interscrollerHeight,
  this.interscrollerTopOffset,
  this.showSoundControl,
});