mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-06-06 05:49:03 +08:00
Update code
This commit is contained in:
@@ -27,8 +27,7 @@ class SinglePageViewerExtra {
|
||||
|
||||
class SinglePageViewer extends StatefulWidget {
|
||||
const SinglePageViewer(
|
||||
{Key? key, required this.gid, required this.index, this.data, this.files})
|
||||
: super(key: key);
|
||||
{super.key, required this.gid, required this.index, this.data, this.files});
|
||||
final GalleryData? data;
|
||||
final EhFiles? files;
|
||||
final int gid;
|
||||
|
||||
Reference in New Issue
Block a user