scrolling property
String
get
scrolling
Sets or retrieves whether the frame can be scrolled. @deprecated
Implementation
_i2.String get scrolling => _i4.getProperty(
this,
'scrolling',
);
set
scrolling
(String value)
Implementation
set scrolling(_i2.String value) {
_i4.setProperty(
this,
'scrolling',
value,
);
}