VideoFeedShadowConfiguration constructor

VideoFeedShadowConfiguration({
  1. double? opacity,
  2. String? color,
  3. double? width,
  4. double? height,
})

Implementation

VideoFeedShadowConfiguration({
  this.opacity,
  this.color,
  this.width,
  this.height,
});