DepositCheckStyle

public struct DepositCheckStyle

Customization model for DepositCheckView.

  • 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 DepositCheckView.

    Declaration

    Swift

    public static func getDefaultStyle() -> DepositCheckStyle

    Return Value

    The default style for DepositCheckView.