取主题反色
static Color getOnPrimary(bool isDarkMode) { return isDarkMode ? const Color(0xFF000000) : const Color(0xFFFFFFFF); }