I set title of Actionbar
in Scaffold a Persian word :
new Scaffold(
appBar: new AppBar(
title: new Text('لغت نامه'),
centerTitle: true,
actions: <Widget>[
new Icon(Icons.settings)
],
))
but get this: An ellipsis title
I don't have any idea why this is happening. How can I prevent this?
this Persian title has 8 alphabet, if I set the title in English with the same size, no problem occurs, the problem is with Persian alphabet.
Workaround
I put 3 space before and after the Persian text: '\u0020\u0020\u0020لغت نامه\u0020\u0020\u0020'