Pub get, and const
This commit is contained in:
@@ -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."),
|
||||||
|
|||||||
Reference in New Issue
Block a user