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