webkitTextStroke property

String webkitTextStroke

Implementation

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

Implementation

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