VolumeOverlay constructor

const VolumeOverlay(
  1. VideoController controller, {
  2. Key? key,
  3. void onExit(
    1. PointerExitEvent
    )?,
  4. dynamic onDragStart()?,
  5. dynamic onDragEnd()?,
  6. Offset offset = Offset.zero,
})

Implementation

const VolumeOverlay(
  this.controller, {
  super.key,
  this.onExit,
  this.onDragStart,
  this.onDragEnd,
  this.offset = Offset.zero,
});