Image can not be upload through document in iOs

This commit is contained in:
Hillel Coren 2023-05-31 09:02:45 +03:00
parent 8bdc0e7b37
commit 9705099199
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class DocumentGrid extends StatelessWidget {
),
),
],
SizedBox(width: 12),
if (isMobileOS()) SizedBox(width: 12),
Expanded(
child: AppButton(
iconData: isIOS() ? null : Icons.insert_drive_file,