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:
@@ -10,7 +10,7 @@ import 'tags.dart';
|
||||
import 'thumbnail_gridview.dart';
|
||||
|
||||
class GalleryInfo extends StatefulWidget {
|
||||
const GalleryInfo(this.gData, {Key? key, this.files}) : super(key: key);
|
||||
const GalleryInfo(this.gData, {super.key, this.files});
|
||||
final GalleryData gData;
|
||||
final EhFiles? files;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user