stroke property

String stroke

Implementation

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

Implementation

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