isDark property

bool isDark

Implementation

bool get isDark => MediaQuery.of(this).platformBrightness == Brightness.dark;