After trying to align the Stack
widget using (alignment: AlignmentDirectional.topCenter)
with no success, I saw it does work if I put, for example, AlignmentDirectional.bottomCenter
.
Then I realized that text does appear in topCenter
but is hidden by the iPhone notch. Padding it, solved the issue.
CLICK HERE to find out more related problems solutions.