返回分割线颜色
static Color getDivider(bool isDarkMode) { return isDarkMode ? const Color(0xFF282828) : const Color(0xffEDEDED); }