dart-lang / markdown

A Dart markdown library
https://pub.dev/packages/markdown
BSD 3-Clause "New" or "Revised" License
444 stars 201 forks source link

How do you calculate the height of the content? #530

Closed NusLookingForYou closed 1 year ago

NusLookingForYou commented 1 year ago

How do we calculate the height of the content when we use markdown?

srawlins commented 1 year ago

This sounds like it is a question for a different package, maybe flutter_markdown? In any case, this package does not have a notion of height, or calculate it.