computesBoundsIncludingLocation property

bool get computesBoundsIncludingLocation

Gets or sets whether a #placeholder's bounds includes the previous Group.location. The default value is false.

Implementation

_i2.bool get computesBoundsIncludingLocation => _i4.getProperty(
      this,
      'computesBoundsIncludingLocation',
    );
set computesBoundsIncludingLocation (bool value)

Implementation

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