isDark property

bool get isDark

Implementation

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