Fix TextSpan gc regression (#126382)
`for (final InlineSpan child in children ?? const <InlineSpan>[])` bad Fixes https://github.com/flutter/flutter/issues/126337
Showing
Please register or sign in to comment
`for (final InlineSpan child in children ?? const <InlineSpan>[])` bad Fixes https://github.com/flutter/flutter/issues/126337
HIAST - GitLab