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