webkitTextStroke property
String
get
webkitTextStroke
Implementation
_i2.String get webkitTextStroke => _i4.getProperty(
this,
'webkitTextStroke',
);
set
webkitTextStroke
(String value)
Implementation
set webkitTextStroke(_i2.String value) {
_i4.setProperty(
this,
'webkitTextStroke',
value,
);
}