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

@@ -10,7 +10,7 @@ final _log = Logger("ImageWithContextMenu");
class ImageWithContextMenu extends StatelessWidget {
const ImageWithContextMenu(this.data,
{Key? key,
{super.key,
this.uri,
this.dir,
this.fileName,
@@ -18,8 +18,7 @@ class ImageWithContextMenu extends StatelessWidget {
this.isNsfw,
this.changeNsfw,
this.isAd,
this.changeAd})
: super(key: key);
this.changeAd});
final Uint8List data;
final String? uri;
final ImageFmt fmt;