VideoPlayerActionButtonStyle constructor

VideoPlayerActionButtonStyle({
  1. String? backgroundColor,
  2. String? textColor,
  3. String? dividingLineColor,
  4. ButtonShape? shape,
})

Implementation

VideoPlayerActionButtonStyle({
  this.backgroundColor,
  this.textColor,
  this.dividingLineColor,
  this.shape,
});