isDark property

bool get isDark

Check if current theme is dark mode

Implementation

bool get isDark => Theme.of(this).brightness == Brightness.dark;