finished final summary style and fixed thingies

This commit is contained in:
kima
2023-06-22 16:45:57 +02:00
parent 9314c613bc
commit 4068abdb95
2 changed files with 59 additions and 23 deletions

View File

@@ -105,6 +105,8 @@ class _SummaryScreenState extends State<SummaryScreen>
Text(
'Jó éved volt, $firstName!',
textAlign: TextAlign.left,
maxLines: 2,
overflow: TextOverflow.fade,
style: const TextStyle(
fontWeight: FontWeight.w900,
fontSize: 26.0,
@@ -118,7 +120,10 @@ class _SummaryScreenState extends State<SummaryScreen>
? 'Nézzük a jegyeidet... 📖'
: widget.currentPage == 'lessons'
? 'A kedvenced órád 💓'
: '',
: widget.currentPage == 'personality'
? 'A te személyiséged...'
: '',
overflow: TextOverflow.fade,
style: const TextStyle(
fontWeight: FontWeight.bold,
fontSize: 22.0,