]> git.cworth.org Git - lmno.games/commitdiff
Fix up into previous
authorKevin Worth <kworth082@gmail.com>
Mon, 27 Apr 2020 12:33:37 +0000 (08:33 -0400)
committerKevin Worth <kworth082@gmail.com>
Mon, 27 Apr 2020 12:36:17 +0000 (08:36 -0400)
flutterfamilies/lib/main.dart

index d5e6a4505d8ceb13a4d7bc8bf183ac153007e6ca..94f0152e335c5184f422a800760aa3e0c8c3b42d 100644 (file)
@@ -96,6 +96,7 @@ class _MyHomePageState extends State<MyHomePage> {
           // axis because Columns are vertical (the cross axis would be
           // horizontal).
           mainAxisAlignment: MainAxisAlignment.center,
+          crossAxisAlignment: CrossAxisAlignment.start,
           children: <Widget>[
             Text(
               'You have pushed the button this many times:',