isDark property

bool get isDark

Implementation

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