scrollSnapAlign property

String scrollSnapAlign

Implementation

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

Implementation

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