fix: weird app icon artifact in light theme.

This commit is contained in:
Aunali321 2022-09-14 17:44:31 +05:30
parent 7d4e8b5eed
commit 05a602bdbf

View File

@ -41,6 +41,7 @@ class AppInfoView extends StatelessWidget {
SizedBox(
height: 64.0,
child: CircleAvatar(
backgroundColor: Colors.transparent,
child: Image.memory(
app.icon,
fit: BoxFit.cover,