TextAppearance

public struct TextAppearance : Equatable, Sendable

Text apperance

  • The text font

    Declaration

    Swift

    public var font: Font?
  • The text color

    Declaration

    Swift

    public var color: Color?