GoogleCastPlayerTexts constructor
const
GoogleCastPlayerTexts({})
Creates a new GoogleCastPlayerTexts.
Implementation
const GoogleCastPlayerTexts({
this.unknownTitle = 'Unknown Title',
this.nowPlaying = 'Now Playing',
this.castingToDevice = _defaultCastingToDevice,
this.noCaptionsAvailable = 'No captions available',
this.captionsOff = 'Off',
this.trackFallback = _defaultTrackFallback,
});