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