highContrast property

bool highContrast

The platform is requesting that UI be rendered with darker colors.

Only supported on iOS.

Implementation

bool get highContrast => _kHighContrastIndex & _index != 0;