ExpandedGoogleCastPlayerController constructor

const ExpandedGoogleCastPlayerController({
  1. Key? key,
  2. void toggleExpand()?,
})

Implementation

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