mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Addresses an issue where `DefaultTextStyle.merge` is missing the `textHeightBehavior` argument. The argument is present in the `DefaultTextStyle` constructor. Resolves #120176