次要的,现在被用在表示无效文字
static Color getSecond(bool isDarkMode) { return isDarkMode ? const Color(0xFF696969) : const Color(0xFF909090); }