shrinkWrap property
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;
If shrinkWrap is true
, MarkdownBody will take the minimum height
that wraps its content. Otherwise, MarkdownBody will expand to the
maximum allowed height.
final bool shrinkWrap;