TextView
@MainActor
public struct TextView : View
A View for hostign text with proper frame alignment , lineLimit modifiers
-
placeholder for text
Declaration
Swift
@MainActor public var text: String -
variable to hold font type
Declaration
Swift
@MainActor public var font: Font -
provides the content and behavior of this view.
Declaration
Swift
@MainActor public var body: some View { get }
View on GitHub
Install in Dash