suppressDebugStatusbar property

bool? get suppressDebugStatusbar

When true, the window statusbar color will not be changed for this session.

Implementation

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

Implementation

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