Skip to content

Commit

Permalink
Alignment fix in examle
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlphamerc committed Apr 12, 2021
1 parent 31a27b2 commit 596701f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,8 @@ class _MyHomePageState extends State<MyHomePage> {
appBar: AppBar(
title: Text(widget.title),
),
body: Center(
child: Container(
height: 500,
width: 350,
body: Container(
alignment: Alignment.center,
child: EmptyListWidget(
image: null,
packageImage: PackageImage.Image_1,
Expand All @@ -51,7 +49,7 @@ class _MyHomePageState extends State<MyHomePage> {
.dense
.bodyText1
.copyWith(color: Color(0xffabb8d6))),
)),
),
);
}
}

0 comments on commit 596701f

Please sign in to comment.