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 31a27b2 commit 596701fCopy full SHA for 596701f
1 file changed
example/lib/main.dart
@@ -32,10 +32,8 @@ class _MyHomePageState extends State<MyHomePage> {
32
appBar: AppBar(
33
title: Text(widget.title),
34
),
35
- body: Center(
36
- child: Container(
37
- height: 500,
38
- width: 350,
+ body: Container(
+ alignment: Alignment.center,
39
child: EmptyListWidget(
40
image: null,
41
packageImage: PackageImage.Image_1,
@@ -51,7 +49,7 @@ class _MyHomePageState extends State<MyHomePage> {
51
49
.dense
52
50
.bodyText1
53
.copyWith(color: Color(0xffabb8d6))),
54
- )),
+ ),
55
);
56
}
57
0 commit comments