VolumeButton constructor

const VolumeButton(
  1. VideoController controller, {
  2. Key? key,
  3. double? height,
  4. EdgeInsetsGeometry? margin,
  5. EdgeInsetsGeometry? padding,
  6. void onTap()?,
  7. void onEnter(
    1. PointerEnterEvent
    )?,
})

Implementation

const VolumeButton(
  this.controller, {
  super.key,
  this.height,
  this.margin,
  this.padding,
  this.onTap,
  this.onEnter,
});