boxReflect property - CssStyleDeclarationBase class - dart:html library (original) (raw)
String getboxReflect
Gets the value of "box-reflect"
Implementation
String get boxReflect => getPropertyValue('box-reflect');
setboxReflect (String value)
Sets the value of "box-reflect"
Implementation
set boxReflect(String value) {
setProperty('box-reflect', value, '');
}