contrastSystemUiOverlayStyle property

SystemUiOverlayStyle get contrastSystemUiOverlayStyle

The SystemUiOverlayStyle providing the most contrast on this brightness.

Implementation

SystemUiOverlayStyle get contrastSystemUiOverlayStyle =>
    isDark ? SystemUiOverlayStyle.light : SystemUiOverlayStyle.dark;