Sfoglia il codice sorgente

图像左下角图标 reviewed by baka

Caroline 2 anni fa
parent
commit
86e2aafddf
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      lib/components/picture_components.dart

+ 1 - 1
lib/components/picture_components.dart

@@ -87,7 +87,7 @@ class ContentImage extends StatelessWidget implements FWidget {
     this.onDoubleTap,
     this.onTap,
     this.isSelectStutas = false,
-    this.application = '',
+    this.application,
   }) : super(key: key);
 
   @override