isDark property

bool isDark
final

Whether the screen should be dark or not.

If isDark is true, the screen will be dark. If it is false or null, the screen will be light.

Implementation

final bool isDark;