Open
Description
RenderParagraph
does not provide a consistent way to query line height, forcing us to calculate our own value using font size and line spacing. This proxy calculation is not accurate.
Either Flutter needs to update the API to facilitate querying line height at all times, or we need to drop down to a Paragraph
layout object.
Metadata
Metadata
Assignees
Labels
Type
Projects
Relationships
Development
No branches or pull requests
Activity
matthew-carroll commentedon Apr 23, 2021
Possibly related to #115
matthew-carroll commentedon Jul 6, 2022
I filed flutter/flutter#107196 with Flutter