lineWidth property

num lineWidth

Implementation

_i2.num get lineWidth => _i4.getProperty(
      this,
      'lineWidth',
    );
void lineWidth=(num value)

Implementation

set lineWidth(_i2.num value) {
  _i4.setProperty(
    this,
    'lineWidth',
    value,
  );
}