ExpandedGoogleCastPlayerController constructor
const
ExpandedGoogleCastPlayerController({
- Key? key,
- void toggleExpand()?,
- GoogleCastPlayerTheme? theme,
- GoogleCastPlayerTexts? texts,
Creates an expanded Google Cast player controller.
Implementation
const ExpandedGoogleCastPlayerController(
{super.key, this.toggleExpand, this.theme, this.texts});