mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
Update code
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user