documentLaunchSubtitle(_:)
Sets the subtitle displayed beneath the title on the document launch card.
Declaration
nonisolated func documentLaunchSubtitle(_ subtitle: Text) -> some View
Parameters
- subtitle:
The subtitle to display.
Discussion
Use this modifier to add descriptive text beneath the launch card title. Apply the modifier to a DocumentLaunchView or any of its ancestors.