isDarkModeKey constant Null safety

String const isDarkModeKey

The key used to store dark mode state.

Implementation

static const isDarkModeKey = "isDarkMode";