strokesIncludedInLayout property

bool get strokesIncludedInLayout

Implementation

_i2.bool get strokesIncludedInLayout => _i5.getProperty(
      this,
      'strokesIncludedInLayout',
    );
set strokesIncludedInLayout (bool value)

Implementation

set strokesIncludedInLayout(_i2.bool value) {
  _i5.setProperty(
    this,
    'strokesIncludedInLayout',
    value,
  );
}