VideoBubbleStyle constructor

const VideoBubbleStyle({
  1. Color? playIconTint,
  2. double? width,
  3. double? height,
  4. Color? background,
  5. BoxBorder? border,
  6. double? borderRadius,
  7. Gradient? gradient,
})

Implementation

const VideoBubbleStyle({
  this.playIconTint,
  super.width,
  super.height,
  super.background,
  super.border,
  super.borderRadius,
  super.gradient,
});