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