isDarkTheme property

bool isDarkTheme

Whether the theme brightness is dark.

Implementation

bool get isDarkTheme => theme.brightness == Brightness.dark;