From bdce4fd2578c835703b38eaf6587445219203d6b Mon Sep 17 00:00:00 2001 From: "Grail Finder (aider)" Date: Sat, 19 Apr 2025 13:07:01 +0300 Subject: [PATCH] style: center-align body mass row --- lib/main.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index d1889c9..89335bf 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -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"),