useLight static method

void useLight()

Force light theme

Implementation

static void useLight() => _isDark = false;