VideoFeedContentPadding constructor Null safety

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

Implementation

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