style: center-align body mass row

This commit is contained in:
Grail Finder (aider)
2025-04-19 13:07:01 +03:00
parent 74f2094c65
commit bdce4fd257

View File

@ -19,7 +19,8 @@ class TheApp extends StatelessWidget {
),
body: Column(
children: [
Row( // align this row to center; ai!
Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [
Icon(Icons.scale),
Text("Body Mass"),