PlayerWidget constructor

const PlayerWidget({
  1. Key? key,
  2. required GeneralSystemDeviceLibraryPlayerControllerBase generalSystemDevice_system_deviceLibraryPlayerControllerBaseDart,
})

UncompleteDocumentation

Implementation

const PlayerWidget({
  super.key,
  required this.generalSystemDevice_system_deviceLibraryPlayerControllerBaseDart,
});