isDark property

bool isDark

true if the estimatedBrightness is Brightness.dark, false otherwise.

Implementation

bool get isDark => estimatedBrightness.isDark;