scrollSnapType property

String scrollSnapType

Implementation

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

Implementation

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