overflowY property - CssStyleDeclarationBase class - dart:html library (original) (raw)

description

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, '');
}