strokeLinecap property

String strokeLinecap

Implementation

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

Implementation

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