AliPlayerControls constructor

const AliPlayerControls({
  1. Key? key,
  2. dynamic pushFullScreenFunction,
  3. dynamic popFullScreenFunction,
  4. bool isFullScreen = false,
})

Implementation

const AliPlayerControls(
    {Key? key,
    this.pushFullScreenFunction,
    this.popFullScreenFunction,
    this.isFullScreen = false})
    : super(key: key);