Starting from Flutter 3.14.0-1.0.pre, the TextPainter class reports the exact width (that is, without applying double.ceil()) of a paragraph. This fixes https://github.com/flutter/flutter/issues/31707.
As a result of this change, some Text or TextField widgets may become slightly narrower. For example, a Text widget that was 15 pixels wide before may now be 14.2 pixels wide.
This is not an API change, but it may introduce some (often subtle) changes to your UI. These changes include: