contrastSystemUiOverlayStyle property

SystemUiOverlayStyle contrastSystemUiOverlayStyle

The SystemUiOverlayStyle providing the most contrast on this brightness.

Implementation

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