Support
Usage
Prevent text from wrapping
Fixed size on both axes
Allow vertical expansion only
Notes
fixedSize tells the layout system to use the component’s ideal (intrinsic) size along the specified axes, rather than the size proposed by the parent. This is useful when a parent container would otherwise compress or expand the component. For Text, this prevents line wrapping on the horizontal axis.