This commit is contained in:
Yegor Vialov
2020-05-22 16:01:16 +00:00
parent 1ed56ce8f1
commit 701e6a46df
4 changed files with 3 additions and 16 deletions

View File

@ -63,19 +63,6 @@ class EntityIcon extends StatelessWidget {
},
),
);
/*iconWidget = Container(
height: size+12,
width: size+12,
decoration: BoxDecoration(
shape: BoxShape.circle,
image: DecorationImage(
fit:BoxFit.cover,
image: CachedNetworkImageProvider(
"${entityWrapper.entityPicture}",
),
)
),
);*/
isPicture = true;
} else {
iconWidget = _buildIcon(entityWrapper, iconColor);