autoContentHeight property

bool get autoContentHeight

Whether to automatically determine the content height based on the size of the content.

Implementation

bool get autoContentHeight => _autoContentHeight;
set autoContentHeight (bool value)

Implementation

set autoContentHeight(bool value) {
  _autoContentHeight = value;
  rebuild();
}