scrollSnapAlign property
String
get
scrollSnapAlign
Implementation
_i2.String get scrollSnapAlign => _i4.getProperty(
this,
'scrollSnapAlign',
);
set
scrollSnapAlign
(String value)
Implementation
set scrollSnapAlign(_i2.String value) {
_i4.setProperty(
this,
'scrollSnapAlign',
value,
);
}