scrollableSize property

Size get scrollableSize

Implementation

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

Implementation

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