禁用色
static Color getDisable(bool isDarkMode) { return isDarkMode ? const Color(0xFF2E2E2E) : const Color(0xffEBEBEB); }