scrollSnapStop property

String scrollSnapStop

Implementation

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

Implementation

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