webkitTextFillColor property

String webkitTextFillColor

Implementation

_i2.String get webkitTextFillColor => _i4.getProperty(
      this,
      'webkitTextFillColor',
    );
void webkitTextFillColor=(String value)

Implementation

set webkitTextFillColor(_i2.String value) {
  _i4.setProperty(
    this,
    'webkitTextFillColor',
    value,
  );
}