VideoFeedPadding constructor

VideoFeedPadding(
  1. {double? top,
  2. double? right,
  3. double? bottom,
  4. double? left}
)

Implementation

VideoFeedPadding({
  this.top,
  this.right,
  this.bottom,
  this.left,
});