We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd5519 commit c0c676cCopy full SHA for c0c676c
myapp/lib/main.dart
@@ -17,13 +17,6 @@ class Home extends StatelessWidget {
17
mainAxisAlignment: MainAxisAlignment.center,
18
crossAxisAlignment: CrossAxisAlignment.start,
19
children: <Widget>[
20
- Row(
21
- mainAxisAlignment: MainAxisAlignment.spaceEvenly,
22
- children: <Widget>[
23
- Text('text one'),
24
- Text('text two'),
25
- ],
26
- ),
27
Container(
28
padding: EdgeInsets.all(20.0),
29
color: Colors.cyan,
0 commit comments