pickup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user