From 825948f4e0d9988864ff61a379191fb686847922 Mon Sep 17 00:00:00 2001 From: Mandresy Randrianarinjaka Date: Thu, 6 Feb 2025 15:40:19 +0300 Subject: [PATCH] feat: Remove comment --- lib/main.dart | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/main.dart b/lib/main.dart index 0d944fe..4f46e62 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -44,13 +44,9 @@ class _MyHomePageState extends State { return Scaffold( appBar: AppBar( backgroundColor: Theme.of(context).colorScheme.inversePrimary, - // Here we take the value from the MyHomePage object that was created by - // the App.build method, and use it to set our appbar title. title: Text(widget.title), ), body: Center( - // Center is a layout widget. It takes a single child and positions it - // in the middle of the parent. child: Column( // Column is also a layout widget. It takes a list of children and // arranges them vertically. By default, it sizes itself to fit its