static bool isColorDark(Color co) { return ThemeData.estimateBrightnessForColor(co) == Brightness.dark; }