diff --git a/lib/src/image_group.dart b/lib/src/image_group.dart index 51b7be80..1a7144d8 100644 --- a/lib/src/image_group.dart +++ b/lib/src/image_group.dart @@ -10,7 +10,7 @@ class ImageGroup extends StatelessWidget { Key key, @required this.images, @required this.message, - this.size, + @required this.size, }) : super(key: key); final List images;