fix search icon

This commit is contained in:
Salvatore Giordano
2020-11-24 13:44:42 +01:00
parent 6b62eadaa4
commit 987ad4e5ba
-2
View File
@@ -25,7 +25,6 @@ class StreamSvgIcon extends StatelessWidget {
height: height, height: height,
key: key, key: key,
color: color, color: color,
fit: BoxFit.cover,
alignment: Alignment.center, alignment: Alignment.center,
) )
: SvgPicture.asset( : SvgPicture.asset(
@@ -34,7 +33,6 @@ class StreamSvgIcon extends StatelessWidget {
key: key, key: key,
width: width, width: width,
height: height, height: height,
fit: BoxFit.cover,
color: color, color: color,
alignment: Alignment.center, alignment: Alignment.center,
); );