displaySurface property

bool? get displaySurface

Implementation

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

Implementation

set displaySurface(_i2.bool? value) {
  _i4.setProperty(
    this,
    'displaySurface',
    value ?? _i6.undefined,
  );
}