static Color textColor(bool isDark) => isDark ? ThemeConfig.config.lightBackgroundColor : ThemeConfig.config.darkBackgroundColor;