VolumeButton constructor
- VideoController controller, {
- Key? key,
- double? height,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- void onTap()?,
- void onEnter()?,
Implementation
const VolumeButton(
this.controller, {
super.key,
this.height,
this.margin,
this.padding,
this.onTap,
this.onEnter,
});