79139311

Date: 2024-10-30 00:07:10
Score: 1
Natty:
Report link

I've been developing in Linux but it seems I can't detect the brightness inside Theme.of(context).brightness.

So I just grab the current scaffold background color if its black or white.

bool kIsDarkMode(BuildContext context) {
  return Theme.of(context).scaffoldBackgroundColor == MyColors.black;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Nivek Mozart