THEOplayerView constructor

const THEOplayerView({
  1. Key? key,
  2. required THEOplayerConfig theoPlayerConfig,
  3. required THEOplayerViewCreatedCallback onCreated,
})

Implementation

const THEOplayerView({Key? key, required this.theoPlayerConfig, required this.onCreated}) : super(key: key);