String boxReflect

Gets the value of "box-reflect"

Source

String get boxReflect => getPropertyValue('box-reflect');
void boxReflect=(String value)

Sets the value of "box-reflect"

Source

set boxReflect(String value) {
  setProperty('box-reflect', value, '');
}