From 987ad4e5baf4a9ec64880d9602ffaf97eacbb17b Mon Sep 17 00:00:00 2001 From: Salvatore Giordano Date: Tue, 24 Nov 2020 13:44:42 +0100 Subject: [PATCH] fix search icon --- lib/src/stream_svg_icon.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/src/stream_svg_icon.dart b/lib/src/stream_svg_icon.dart index 6d97f2b6..2851df3a 100644 --- a/lib/src/stream_svg_icon.dart +++ b/lib/src/stream_svg_icon.dart @@ -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, );