BlazeStoryPlayerTitleTextStyle - React Native
The BlazeStoryPlayerTitleTextStyle class represents the style of title in a story.
Properties
font
font?: BlazeFont = { ... }fontName used by iOS, fontFileName used by android.
textColor
textColor?: string //Hex RGBAThe color of the text in Hex.
textSize
textSize?: number; //Only for AndroidThe size of the text.
isVisible
isVisible?: booleanA flag indicates whether the title is visible.
Initialization
interface BlazeStoryPlayerTitleTextStyle {
font?: BlazeFont;
textSize?: number;
textColor?: string;
isVisible?: boolean;
}Updated 11 days ago
Did this page help you?
