shrinkWrap property

bool shrinkWrap
final

if true, the editor will be sized to its contents.

You should wrap the editor with a sized widget if you set this value to true.

Notes: Must provide a scrollController when shrinkWrap is true.

Implementation

final bool shrinkWrap;