automaticallyAdjustsScrollIndicatorInsets property

bool get automaticallyAdjustsScrollIndicatorInsets

automaticallyAdjustsScrollIndicatorInsets

Implementation

bool get automaticallyAdjustsScrollIndicatorInsets {
  objc.checkOsVersionInternal('UIScrollView.automaticallyAdjustsScrollIndicatorInsets', iOS: (false, (13, 0, 0)));
  return _objc_msgSend_91o635(this.ref.pointer, _sel_automaticallyAdjustsScrollIndicatorInsets);
}
set automaticallyAdjustsScrollIndicatorInsets (bool value)

setAutomaticallyAdjustsScrollIndicatorInsets:

Implementation

set automaticallyAdjustsScrollIndicatorInsets(bool value) {
  objc.checkOsVersionInternal('UIScrollView.setAutomaticallyAdjustsScrollIndicatorInsets:', iOS: (false, (13, 0, 0)));
  _objc_msgSend_1s56lr9(this.ref.pointer, _sel_setAutomaticallyAdjustsScrollIndicatorInsets_, value);
}