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