ControlsThemeData constructor

ControlsThemeData({
  1. Color? primaryColor,
  2. Color? iconColor,
  3. TextStyle? durationTextStyle,
  4. Color? settingsListBackgroundColor,
  5. TextStyle? settingsListTextStyle,
  6. TextStyle? fullscreenTitleStyle,
  7. SliderThemeData? progressBarTheme,
  8. Color? playNextButtonBackgroundColor,
  9. Color? playNextButtonProgressColor,
})

Implementation

ControlsThemeData({
  this.primaryColor,
  this.iconColor,
  this.durationTextStyle,
  this.settingsListBackgroundColor,
  this.settingsListTextStyle,
  this.fullscreenTitleStyle,
  this.progressBarTheme,
  this.playNextButtonBackgroundColor,
  this.playNextButtonProgressColor,
});