NowPlayingConfig constructor
const
NowPlayingConfig({
- bool enabled = true,
- bool keepVisibleWhilePaused = true,
- bool keepAliveWhilePipActive = true,
- bool clearWhenBackgroundedWithoutPip = true,
- required NowPlayingMetadata metadata,
Implementation
const NowPlayingConfig({
this.enabled = true,
this.keepVisibleWhilePaused = true,
this.keepAliveWhilePipActive = true,
this.clearWhenBackgroundedWithoutPip = true,
required this.metadata,
});