selectionAdorned property

bool get selectionAdorned

Gets or sets whether a selection adornment is shown for this part when it is selected. The initial value is true.

Implementation

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

Implementation

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