Pub get, and const

This commit is contained in:
2023-12-27 00:46:06 +02:00
parent 9f2b35bb03
commit 52454e36d6

View File

@@ -24,7 +24,7 @@ class HomeScreen extends StatelessWidget {
body: Column( body: Column(
mainAxisAlignment: MainAxisAlignment.center, mainAxisAlignment: MainAxisAlignment.center,
children: [ children: [
Row( const Row(
mainAxisAlignment: MainAxisAlignment.center, mainAxisAlignment: MainAxisAlignment.center,
children:[ children:[
Text("We may not be able to tell you why.\nBut surely are able to predict when."), Text("We may not be able to tell you why.\nBut surely are able to predict when."),