Closed Danzo7 closed 2 years ago
thanks your contribution. public textDirection: TextDirection.ltr as property will better.
Hi @zmtzawqlp Hope you are doing great!
This will work too, but I would rather keep it like that as there is no language that read numerals from right to left so I don't think its make sense as property, Also we just use it to reverse back the row of numbers and having it as property that can cause conflict with the meaning of textDirection
as we don't actually modify the direction of text , don't you agree?
Hi @zmtzawqlp Hope you are doing great!
This will work too, but I would rather keep it like that as there is no language that read numerals from right to left so I don't think its make sense as property, Also we just use it to reverse back the row of numbers and having it as property that can cause conflict with the meaning of
textDirection
as we don't actually modify the direction of text , don't you agree?
ok, i got it, thanks
:information_source: Number always writen from Left to Right it does not matter if the text direction is RTL or LTR.
:bug: Bug:
count=24
It Will appear as42
and when you press the button it will go to52
.:dart: Reason:
:gear: Fix:
Directionality