UiTypography
data class UiTypography(val onboardingTitle: TextStyle, val onboardingText: TextStyle, val onboardingButton: TextStyle, val helpDialogTitle: TextStyle, val helpDialogText: TextStyle, val helpDialogButton: TextStyle, val errorDialogTitle: TextStyle, val errorDialogText: TextStyle, val errorDialogButton: TextStyle, val scanningInstructions: TextStyle, val helpTooltip: TextStyle, val loadingScreen: TextStyle)
Defines the typography used in the verification UI.
This Typography
object specifies the text styles for various UI elements in the verification flow, such as headlines, labels, body text, and titles. It provides a consistent look and feel throughout the UI.
Parameters
fontFamily
Font family to be used in the SDK. By using this constructor, all of the original sizes, weights, and line heights of the SDK remain, while the font changes. To change other font parameters, create a new Typography object.
Constructors
Link copied to clipboard
constructor(onboardingTitle: TextStyle, onboardingText: TextStyle, onboardingButton: TextStyle, helpDialogTitle: TextStyle, helpDialogText: TextStyle, helpDialogButton: TextStyle, errorDialogTitle: TextStyle, errorDialogText: TextStyle, errorDialogButton: TextStyle, scanningInstructions: TextStyle, helpTooltip: TextStyle, loadingScreen: TextStyle)