TextAppearance

public struct TextAppearance : Equatable, Sendable

Text appearance

  • The text font

    Declaration

    Swift

    public var font: Font?
  • The text color

    Declaration

    Swift

    public var color: Color?
  • The text color for dark mode

    Declaration

    Swift

    public var colorDark: Color?