VideoSingleCardView constructor

const VideoSingleCardView({
  1. Key? key,
  2. required double viewWidth,
  3. required double viewHeight,
})

Implementation

const VideoSingleCardView(
    {Key? key, required this.viewWidth, required this.viewHeight})
    : super(key: key);