strokeLinecap property

String get strokeLinecap

Implementation

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

Implementation

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