ExpandedGoogleCastPlayerController constructor

const ExpandedGoogleCastPlayerController({
  1. Key? key,
  2. void toggleExpand()?,
  3. GoogleCastPlayerTheme? theme,
  4. GoogleCastPlayerTexts? texts,
})

Creates an expanded Google Cast player controller.

Implementation

const ExpandedGoogleCastPlayerController(
    {super.key, this.toggleExpand, this.theme, this.texts});