TextType
public struct TextType : RawRepresentable, Codable, ExpressibleByStringLiteral, Hashable
The supported text types for the text fields and labels.
-
Declaration
Swift
public let rawValue: String
-
Declaration
Swift
public init?(rawValue: String)
-
Declaration
Swift
public init(stringLiteral value: String)