Color foregroundColorByLuminance(Color background) { if (background.isDark) { return Colors.white; } else { return Colors.grey.shade900; } }