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:
@@ -8,8 +8,7 @@ import '../viewer/single.dart';
|
||||
|
||||
class GalleryBasicInfo extends StatelessWidget {
|
||||
const GalleryBasicInfo(this.gMeta, this.firstPage,
|
||||
{Key? key, this.fileId, this.gData, this.files})
|
||||
: super(key: key);
|
||||
{super.key, this.fileId, this.gData, this.files});
|
||||
final GMeta gMeta;
|
||||
final ExtendedPMeta firstPage;
|
||||
final int? fileId;
|
||||
|
||||
Reference in New Issue
Block a user