BlazeFirstTimeSlideInstructionStyle - React Native
The BlazeFirstTimeSlideInstructionStyle struct represents an instruction to be displayed in the first-time slide.
Properties
headerText
headerText?: BlazeFirstTimeSlideTextStyleThe text content and appearance for the instruction's header.
descriptionText
descriptionText?: BlazeFirstTimeSlideTextStyleThe text content and appearance for the instruction's description.
Initialization
Initializes a BlazeFirstTimeSlideInstructionStyle instance.
interface BlazeFirstTimeSlideInstructionStyle {
headerText?: BlazeFirstTimeSlideTextStyle;
descriptionText?: BlazeFirstTimeSlideTextStyle;
}Updated 11 days ago
Did this page help you?
