style: align body mass row to center

This commit is contained in:
Grail Finder
2025-04-19 13:06:55 +03:00
committed by Grail Finder (aider)
parent c2786511f3
commit 74f2094c65

View File

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