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,8 +17,7 @@ class GalleriesPageExtra {
|
||||
|
||||
class GalleriesPage extends StatefulWidget {
|
||||
const GalleriesPage(
|
||||
{Key? key, this.sortByGid, this.uploader, this.tag, this.translatedTag})
|
||||
: super(key: key);
|
||||
{super.key, this.sortByGid, this.uploader, this.tag, this.translatedTag});
|
||||
final SortByGid? sortByGid;
|
||||
final String? uploader;
|
||||
final String? tag;
|
||||
|
||||
Reference in New Issue
Block a user