String getVariableText({ String? hiText = '', String? enText = '', }) => [hiText, enText][languageIndex] ?? '';