dynamicTypeSize
Overrides the Dynamic Type size for content in a view. Use it to fix a size, or to clamp the user's preferred size within a range.
dynamicTypeSize?: DynamicTypeSize | { from?, to? }
DynamicTypeSize is one of: xSmall, small, medium, large, xLarge, xxLarge, xxxLarge, accessibility1, accessibility2, accessibility3, accessibility4, accessibility5.
- Pass a single size to fix the Dynamic Type size.
- Pass
{ from, to }to clamp it to a range. Either bound may be omitted for a half-open range.
