chore: Remove comment
Some checks failed
versioning-and-changelog / versioning_and_changelog (pull_request) Failing after 15s

This commit is contained in:
Mandresy Randrianarinjaka 2025-02-06 15:49:44 +03:00
parent b42ec86e23
commit 7faf2f5d86

View File

@ -48,19 +48,6 @@ class _MyHomePageState extends State<MyHomePage> {
),
body: Center(
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
// children horizontally, and tries to be as tall as its parent.
//
// Column has various properties to control how it sizes itself and
// how it positions its children. Here we use mainAxisAlignment to
// center the children vertically; the main axis here is the vertical
// axis because Columns are vertical (the cross axis would be
// horizontal).
//
// TRY THIS: Invoke "debug painting" (choose the "Toggle Debug Paint"
// action in the IDE, or press "p" in the console), to see the
// wireframe for each widget.
mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[
const Text(