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

@@ -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;