ChatL10nPt constructor
const
ChatL10nPt({
- String attachmentButtonAccessibilityLabel = 'Envia mídia',
- String emptyChatPlaceholder = 'Ainda não há mensagens aqui',
- String fileButtonAccessibilityLabel = 'Arquivo',
- String inputPlaceholder = 'Mensagem',
- String sendButtonAccessibilityLabel = 'Enviar',
- String unreadMessagesLabel = 'Mensagens não lidas',
Creates Portuguese l10n. Use this constructor if you want to override only a couple of properties, otherwise create a new class which extends ChatL10n.
Implementation
const ChatL10nPt({
super.attachmentButtonAccessibilityLabel = 'Envia mídia',
super.emptyChatPlaceholder = 'Ainda não há mensagens aqui',
super.fileButtonAccessibilityLabel = 'Arquivo',
super.inputPlaceholder = 'Mensagem',
super.sendButtonAccessibilityLabel = 'Enviar',
super.unreadMessagesLabel = 'Mensagens não lidas',
});