ReelModal constructor
ReelModal({})
creates a video model
videoSource
must not be null
Implementation
ReelModal(
{required this.videoSource,
this.videoPosterImage,
this.videoPlayerController,
this.index = 0});