String translateTxt(BuildContext context) => Translate.of(context)?.translate(this) ?? toTitleCase();