NowPlayingConfig constructor

const NowPlayingConfig({
  1. bool enabled = true,
  2. bool keepVisibleWhilePaused = true,
  3. bool keepAliveWhilePipActive = true,
  4. bool clearWhenBackgroundedWithoutPip = true,
  5. required NowPlayingMetadata metadata,
})

Implementation

const NowPlayingConfig({
  this.enabled = true,
  this.keepVisibleWhilePaused = true,
  this.keepAliveWhilePipActive = true,
  this.clearWhenBackgroundedWithoutPip = true,
  required this.metadata,
});