enableBackgroundOverlayClip property

bool? enableBackgroundOverlayClip
final

Flag to enable or disable clipping of the background overlay using a rounded rectangle.

To have effect, this, backgroundOverlayColor, and backgroundOverlayAlpha must all be non-null and properly set in the playerTheme.

Implementation

final bool? enableBackgroundOverlayClip;