SimplePlayerScrren constructor

const SimplePlayerScrren({
  1. Key? key,
  2. required SimpleController simpleController,
  3. required SimplePlayerSettings simplePlayerSettings,
})

Implementation

const SimplePlayerScrren(
    {Key? key,
    required this.simpleController,
    required this.simplePlayerSettings})
    : super(key: key);