strokeWidth property

String strokeWidth

Implementation

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

Implementation

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