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 e26e46b commit 77d86b5Copy full SHA for 77d86b5
lib/src/delegates/asset_picker_builder_delegate.dart
@@ -1624,7 +1624,7 @@ class DefaultAssetPickerBuilderDelegate
1624
},
1625
child: Container(
1626
margin: EdgeInsets.all(
1627
- context.mediaQuery.size.width / gridCount / (isAppleOS ? 12 : 15),
+ context.mediaQuery.size.width / gridCount / 12,
1628
),
1629
width: isPreviewEnabled ? indicatorSize : null,
1630
height: isPreviewEnabled ? indicatorSize : null,
@@ -1723,6 +1723,7 @@ class DefaultAssetPickerBuilderDelegate
1723
color: theme.textTheme.bodyText1?.color
1724
?.withOpacity(.75),
1725
fontWeight: FontWeight.w600,
1726
+ height: 1,
1727
1728
1729
)
0 commit comments