Update code

This commit is contained in:
2024-02-08 16:12:45 +08:00
parent 91144bf8f1
commit f47d3b8810
38 changed files with 554 additions and 211 deletions

View File

@@ -6,8 +6,7 @@ import 'thumbnail.dart';
class ThumbnailGridView extends StatelessWidget {
const ThumbnailGridView(this.gdata, this.gridDelegate,
{Key? key, this.files, this.gid})
: super(key: key);
{super.key, this.files, this.gid});
final GalleryData gdata;
final int? gid;
final EhFiles? files;