Overrides the dynamic type size for a component and its descendants.
.dynamicTypeSize(size: DynamicTypeSize)
"large"
VStack([ Text("Compact UI"), Text("Smaller text regardless of system setting") ]) .dynamicTypeSize("small")
Text("Large readable text") .dynamicTypeSize("xxxLarge")
Text("App Title") .font("largeTitle") .dynamicTypeSize("large")