GoogleCastPlayerTheme constructor

const GoogleCastPlayerTheme({
  1. Color? backgroundColor,
  2. Gradient? backgroundGradient,
  3. TextStyle? titleTextStyle,
  4. TextStyle? deviceTextStyle,
  5. TextStyle? timeTextStyle,
  6. Color? iconColor,
  7. Color? disabledIconColor,
  8. double? iconSize,
  9. Widget? backgroundWidget,
  10. BorderRadius? imageBorderRadius,
  11. List<BoxShadow>? imageShadow,
  12. double? imageMaxWidth,
  13. double? imageMaxHeight,
  14. BoxFit? imageFit,
  15. Widget? noImageFallback,
  16. Color? popupBackgroundColor,
  17. Color? popupTextColor,
  18. TextStyle? popupTextStyle,
  19. Color? volumeSliderActiveColor,
  20. Color? volumeSliderInactiveColor,
  21. Color? volumeSliderThumbColor,
})

Creates a new GoogleCastPlayerTheme.

Implementation

const GoogleCastPlayerTheme({
  this.backgroundColor,
  this.backgroundGradient,
  this.titleTextStyle,
  this.deviceTextStyle,
  this.timeTextStyle,
  this.iconColor,
  this.disabledIconColor,
  this.iconSize,
  this.backgroundWidget,
  this.imageBorderRadius,
  this.imageShadow,
  this.imageMaxWidth,
  this.imageMaxHeight,
  this.imageFit,
  this.noImageFallback,
  this.popupBackgroundColor,
  this.popupTextColor,
  this.popupTextStyle,
  this.volumeSliderActiveColor,
  this.volumeSliderInactiveColor,
  this.volumeSliderThumbColor,
});