ExpandedGoogleCastPlayerController constructor
const
ExpandedGoogleCastPlayerController({
- Key? key,
- void toggleExpand()?,
Implementation
const ExpandedGoogleCastPlayerController({
Key? key,
this.toggleExpand,
}) : super(key: key);