VideoPlayerActionButtonStyle constructor
- String? backgroundColor,
- String? textColor,
- String? dividingLineColor,
- ButtonShape? shape,
Implementation
VideoPlayerActionButtonStyle({
this.backgroundColor,
this.textColor,
this.dividingLineColor,
this.shape,
});