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,
key: key,
color: color,
fit: BoxFit.cover,
alignment: Alignment.center,
)
: SvgPicture.asset(
@@ -34,7 +33,6 @@ class StreamSvgIcon extends StatelessWidget {
key: key,
width: width,
height: height,
fit: BoxFit.cover,
color: color,
alignment: Alignment.center,
);