isPlatformDarkMode property
      
      bool
      get
      isPlatformDarkMode
      
    
    
Check if dark mode theme is enable on platform on android Q+
Implementation
bool get isPlatformDarkMode =>
    (PlatformDispatcher.instance.platformBrightness == Brightness.dark);