overflowY property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getoverflowY
Gets the value of "overflow-y"
Implementation
String get overflowY => getPropertyValue('overflow-y');
setoverflowY (String value)
Sets the value of "overflow-y"
Implementation
set overflowY(String value) {
setProperty('overflow-y', value, '');
}