BlazeStoryPlayerProgressBarStyle - React Native
The BlazeStoryPlayerProgressBarStyle class represents the style configuration for the progress bar in a story.
Properties
backgroundColor
backgroundColor?: string //Hex RGBAThe background color of the progress bar.
progressColor
progressColor?: string //Hex RGBAThe progress color of the progress bar.
Initialization
Initializes a new instance of StoryPlayerProgressBar
interface BlazeStoryPlayerProgressBarStyle {
backgroundColor?: string;
progressColor?: string;
}Updated 11 days ago
Did this page help you?
