GoogleCastVolume constructor
const
GoogleCastVolume({})
Creates a Google Cast volume control widget.
All styling parameters are optional and will use default Material Design colors if not specified.
Implementation
const GoogleCastVolume({
super.key,
this.iconColor,
this.iconSize,
this.popupBackgroundColor,
this.sliderActiveColor,
this.sliderInactiveColor,
this.sliderThumbColor,
});