Вот изображение:

Это то, что я пробовал, и это не сработало.< /p>
Expanded(
child: Positioned(
top: 300,
left: 165,
child: Column(
crossAxisAlignment: CrossAxisAlignment.center,
mainAxisAlignment: MainAxisAlignment.center,
children: [
Text(
"Budget",
style: GoogleFonts.aBeeZee(
fontSize: 18,
color: const Color.fromARGB(255, 1, 36, 65),
),
),
Row(
children: [
Text(
"Budget",
style: GoogleFonts.aBeeZee(
fontSize: 36,
color: const Color.fromARGB(255, 1, 36, 65),
),
),
Text(
textAlign: TextAlign.right,
"Budget",
style: GoogleFonts.aBeeZee(
fontSize: 22,
color: const Color.fromARGB(255, 1, 36, 65),
),
),
],
)
],
),
),
),
Подробнее здесь: https://stackoverflow.com/questions/792 ... -like-this
Мобильная версия