image scale
This commit is contained in:
@ -12,8 +12,11 @@ class Gallery extends ConsumerWidget {
|
||||
@override
|
||||
Widget build(BuildContext context, WidgetRef ref) {
|
||||
UniqueKey key = ref.watch(uniqueIdProvider);
|
||||
return ImageGrid(
|
||||
key: key,
|
||||
return Container(
|
||||
color: Colors.white,
|
||||
child: ImageGrid(
|
||||
key: key,
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user