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:
@@ -17,9 +17,8 @@ class GalleryPageExtra {
|
||||
}
|
||||
|
||||
class GalleryPage extends StatefulWidget {
|
||||
const GalleryPage(int gid, {Key? key, this.title})
|
||||
: _gid = gid,
|
||||
super(key: key);
|
||||
const GalleryPage(int gid, {super.key, this.title})
|
||||
: _gid = gid;
|
||||
|
||||
final int _gid;
|
||||
final String? title;
|
||||
|
||||
Reference in New Issue
Block a user