deepCopy method Null safety
Implementation
VideoFeedContentPadding deepCopy() => VideoFeedContentPadding(
top: top,
right: right,
bottom: bottom,
left: left,
);
VideoFeedContentPadding deepCopy() => VideoFeedContentPadding(
top: top,
right: right,
bottom: bottom,
left: left,
);