foto portada

This commit is contained in:
Juan Felipe Duarte
2023-04-20 14:15:53 -05:00
parent 93f00e7399
commit 5ef0809929
8 changed files with 311 additions and 39 deletions
+1
View File
@@ -26,6 +26,7 @@ class ReferenceBannerPhoto extends StatelessWidget {
if (imageData != null) {
return Image.memory(
imageData,
width: double.infinity,
height: size,
fit: BoxFit.fill,
);