deviceIsLightMode property

bool get deviceIsLightMode

Implementation

bool get deviceIsLightMode {
  return !deviceIsDarkMode;
}