Posición de texto en Flutter
Text(
'Hello World!',
textAlign: TextAlign.center,
),
Fancy Fly
Text(
'Hello World!',
textAlign: TextAlign.center,
),