weird bug, apes stronger together
This commit is contained in:
c1ph3r
2025-03-09 15:07:39 +01:00
parent 3120749c63
commit 0dc944a686
5 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ class RatingCard extends StatelessWidget {
),
child: Column(
children: [
Text(title, style: TextStyle(fontSize: 22),),
Text(title, style: TextStyle(fontSize: 22), textAlign: TextAlign.center,),
SizedBox(height: 10,),
Text("$rating1Title:", style: TextStyle(fontSize: 18),),
RatingStars(initRating: rating1.toDouble()),