shadowColor property

String shadowColor

Implementation

String get shadowColor => js_util.getProperty(this, 'shadowColor');
void shadowColor=(String newValue)

Implementation

set shadowColor(String newValue) {
  js_util.setProperty(this, 'shadowColor', newValue);
}