shrinkWrap property

bool shrinkWrap
final

If shrinkWrap is true, MarkdownBody will take the minimum height that wraps its content. Otherwise, MarkdownBody will expand to the maximum allowed height.

Implementation

final bool shrinkWrap;