From 74f2094c6558ef5000dfa0fc45a187599760975a Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Sat, 19 Apr 2025 13:06:55 +0300 Subject: [PATCH] style: align body mass row to center --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index ba8d2af..d1889c9 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -19,7 +19,7 @@ class TheApp extends StatelessWidget { ), body: Column( children: [ - Row( + Row( // align this row to center; ai! children: [ Icon(Icons.scale), Text("Body Mass"),