BlazeMomentsPlayerHeaderGradientStyle - React Native
The BlazeMomentsPlayerHeaderGradientStyle class represents the header gradient configuration for the moments view.
Properties
isVisible
isVisible?: booleanA flag indicates whether the gradient is visible.
startColor
startColor?: string //HexThe start color of the gradient.
endColor
endColor?: string //HexThe end color of the gradient.
Initialization
interface BlazeMomentsPlayerHeaderGradientStyle {
isVisible?: boolean;
startColor?: string; //Hex
endColor?: string; //Hex
}Updated 11 days ago
Did this page help you?
