This commit is contained in:
phyothandar
2021-09-14 11:03:03 +06:30
parent 442449e1dd
commit 74b013a86d
8 changed files with 224 additions and 139 deletions

View File

@@ -147,12 +147,12 @@ class _MultiImageFileState extends State<MultiImageFile> {
errorWidget: (context, url, error) =>
Icon(Icons.error),
)
: FittedBox(
fit: BoxFit.cover,
child: Image.file(
fileContainers[index].file!,
),
),
: Image.file(
fileContainers[index].file!,
width: 50,
height: 50,
fit: BoxFit.cover,
),
),
),
widget.enabled