VideoCardInfoBuilder typedef
        VideoCardInfoBuilder =
     Widget Function(VideoCardInfoContext context)
    
    
    
Implementation
typedef VideoCardInfoBuilder = Widget Function(
  VideoCardInfoContext context,
);typedef VideoCardInfoBuilder = Widget Function(
  VideoCardInfoContext context,
);