helo
weird bug, apes stronger together
This commit is contained in:
@@ -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()),
|
||||
|
||||
Reference in New Issue
Block a user