buildVideoPlayer method

Widget buildVideoPlayer()

Implementation

Widget buildVideoPlayer() => AspectRatio(
      aspectRatio: controller!.value.aspectRatio,
      child: VideoPlayer(controller!),
    );