videoPlayerController property

VideoPlayerController? videoPlayerController
final

Video player controller for video panoramas (alternative to child). When useNativeExtraction is true, prefer using videoUrl directly for better performance (avoids dual AVPlayer). Retain this only if you need playback UI controls (seek bar, duration display) via the controller.

Implementation

final VideoPlayerController? videoPlayerController;