deepCopy method

VideoPlayerActionButtonStyle deepCopy()

Implementation

VideoPlayerActionButtonStyle deepCopy() => VideoPlayerActionButtonStyle(
      backgroundColor: backgroundColor,
      textColor: textColor,
      dividingLineColor: dividingLineColor,
      shape: shape,
    );