瀏覽代碼

clean up code.

Caijinglong 5 年之前
父節點
當前提交
91cd789209
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. 0
    1
      example/lib/asset_image.dart

+ 0
- 1
example/lib/asset_image.dart 查看文件

22
     if (assetEntity == null) {
22
     if (assetEntity == null) {
23
       return _buildContainer();
23
       return _buildContainer();
24
     }
24
     }
25
-    final size = assetEntity.size;
26
 
25
 
27
     print(
26
     print(
28
         "assetEntity.width = ${assetEntity.width} , assetEntity.height = ${assetEntity.height}");
27
         "assetEntity.width = ${assetEntity.width} , assetEntity.height = ${assetEntity.height}");