static TextStyle getTitleSmall(bool darkMode) => (textTheme(darkMode: darkMode).titleLarge ?? titleLarge) .copyWith(fontSize: 16, fontWeight: FontWeight.w600);