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 89697cc commit f938bc7Copy full SHA for f938bc7
lib/widgets/picture.dart
@@ -35,6 +35,7 @@ class Picture extends StatelessWidget {
35
return Container(
36
height: height,
37
width: width,
38
+ alignment: Alignment.center,
39
child: LoadBuilder(
40
future: habrStorage.imgStore.getImage(url),
41
onRightBuilder: (context, filePath) {
0 commit comments