Skip to content

Commit f938bc7

Browse files
committed
fix picture center
1 parent 89697cc commit f938bc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/widgets/picture.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ class Picture extends StatelessWidget {
3535
return Container(
3636
height: height,
3737
width: width,
38+
alignment: Alignment.center,
3839
child: LoadBuilder(
3940
future: habrStorage.imgStore.getImage(url),
4041
onRightBuilder: (context, filePath) {

0 commit comments

Comments
 (0)