MaterialDesktopVolumeButton constructor

const MaterialDesktopVolumeButton({
  1. Key? key,
  2. double? iconSize,
  3. Color? iconColor,
  4. Widget? volumeMuteIcon,
  5. Widget? volumeLowIcon,
  6. Widget? volumeHighIcon,
  7. double? sliderWidth,
})

Implementation

const MaterialDesktopVolumeButton({
  super.key,
  this.iconSize,
  this.iconColor,
  this.volumeMuteIcon,
  this.volumeLowIcon,
  this.volumeHighIcon,
  this.sliderWidth,
});