Gets the value of "box-reflect"
String get boxReflect => getPropertyValue('box-reflect');
Sets the value of "box-reflect"
set boxReflect(String value) { setProperty('box-reflect', value, ''); }