Jackson Gardner d1d7c08ce9 Make sure to call setHeightOverride as well on TextStyle and StrutStyle (flutter/engine#50920)
This fixes https://github.com/flutter/flutter/issues/143877

We apparently need to call `setHeightOverride(true)` on `TextStyle` and `StrutStyle` objects in order to properly apply the height.
2024-02-26 18:52:59 +00:00
..