FullscreenPlayerPage constructor

const FullscreenPlayerPage({
  1. required String sceneId,
  2. Key? key,
})

Implementation

const FullscreenPlayerPage({required this.sceneId, super.key});