isClosed property

bool isClosed

Gets or sets whether the path is closed after this PathSegment. Default value is false.

Implementation

_i2.bool get isClosed => _i4.getProperty(
      this,
      'isClosed',
    );
void isClosed=(bool value)

Implementation

set isClosed(_i2.bool value) {
  _i4.setProperty(
    this,
    'isClosed',
    value,
  );
}