scrollableSize property

Size scrollableSize

Implementation

Size get scrollableSize => _maxScrollableSize;
void scrollableSize=(Size value)

Implementation

set scrollableSize(Size value) {
  _maxScrollableSize = value;
}