style: align body mass row to center
This commit is contained in:

committed by
Grail Finder (aider)

parent
c2786511f3
commit
74f2094c65
@ -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"),
|
||||||
|
Reference in New Issue
Block a user