invertColors property
The platform is inverting the colors of the application.
Implementation
bool get invertColors => _kInvertColorsIndex & _index != 0;
The platform is inverting the colors of the application.
bool get invertColors => _kInvertColorsIndex & _index != 0;