BlazeFirstTimeSlideTextStyle - React Native
The BlazeFirstTimeSlideTextStyle interface represents the text content used in the first-time slide's instructions and other text elements.
Properties
text
text?: stringThe actual text content.
font
font?: BlazeFontThe font used for displaying the text.
textColor
textColor?: BlazeColor = { ... }The color of the text.
Initialization
Initializes a BlazeFirstTimeSlideText instance.
interface BlazeFirstTimeSlideTextStyle {
text?: string;
font?: BlazeFont;
textColor?: BlazeColor;
textSize?: number;
}Updated 11 days ago
Did this page help you?
