scrollBehavior property

String scrollBehavior

Implementation

_i2.String get scrollBehavior => _i4.getProperty(
      this,
      'scrollBehavior',
    );
void scrollBehavior=(String value)

Implementation

set scrollBehavior(_i2.String value) {
  _i4.setProperty(
    this,
    'scrollBehavior',
    value,
  );
}