GoogleCastPlayerTheme constructor
const
GoogleCastPlayerTheme({
- Color? backgroundColor,
- Gradient? backgroundGradient,
- TextStyle? titleTextStyle,
- TextStyle? deviceTextStyle,
- TextStyle? timeTextStyle,
- Color? iconColor,
- Color? disabledIconColor,
- double? iconSize,
- Widget? backgroundWidget,
- BorderRadius? imageBorderRadius,
- List<
BoxShadow> ? imageShadow, - double? imageMaxWidth,
- double? imageMaxHeight,
- BoxFit? imageFit,
- Widget? noImageFallback,
- Color? popupBackgroundColor,
- Color? popupTextColor,
- TextStyle? popupTextStyle,
- Color? volumeSliderActiveColor,
- Color? volumeSliderInactiveColor,
- 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,
});