wasSubGraphExpanded property

bool get wasSubGraphExpanded

Gets or sets whether the subgraph starting at this group had been collapsed by a call to #expandSubGraph on the containing Group. The initial value is false.

Implementation

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

Implementation

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