setCornerRadius property
set
setCornerRadius
(int? value)
Sets the setCornerRadius property. This property enables setting the corner radius to the player itself. Its value is in pixels.
Implementation
set setCornerRadius(int? value) {
_setCornerRadius = value;
}