THEOplayerView constructor
const
THEOplayerView({
- Key? key,
- required THEOplayerConfig theoPlayerConfig,
- required THEOplayerViewCreatedCallback onCreated,
Implementation
const THEOplayerView({Key? key, required this.theoPlayerConfig, required this.onCreated}) : super(key: key);