SimplePlayerFullScreen constructor
const
SimplePlayerFullScreen({
- Key? key,
- required SimpleController simpleController,
- required SimplePlayerSettings simplePlayerSettings,
- required SimplePlayerState simplePlayerState,
Implementation
const SimplePlayerFullScreen(
{Key? key,
required this.simpleController,
required this.simplePlayerSettings,
required this.simplePlayerState})
: super(key: key);