shadowColor property

String get shadowColor

Implementation

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

Implementation

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