AccountDossierStyle

public struct AccountDossierStyle

Customization model for AccountDossierView.

  • Camera detail label style.

    Declaration

    Swift

    public var detailLabelStyle: TextStyle
  • Step label style.

    Declaration

    Swift

    public var stepLabelStyle: TextStyle
  • Hint label default style.

    Declaration

    Swift

    public var hintLabelDefaultStyle: TextStyle
  • Hint label success style.

    Declaration

    Swift

    public var hintLabelSuccessStyle: TextStyle
  • Loading Style

    Declaration

    Swift

    public var loadingStyle: LoadingStyle
  • Error Style

    Declaration

    Swift

    public var errorStyle: ErrorStyle
  • Default style for AccountDossierView.

    Declaration

    Swift

    public static func getDefaultStyle() -> AccountDossierStyle

    Return Value

    The default style for AccountDossierView.