isEnabled property
bool
get
isEnabled
Gets or sets whether the user may interact with the Diagram.
Implementation
_i2.bool get isEnabled => _i4.getProperty(
this,
'isEnabled',
);
set
isEnabled
(bool value)
Implementation
set isEnabled(_i2.bool value) {
_i4.setProperty(
this,
'isEnabled',
value,
);
}