fix search icon
This commit is contained in:
@@ -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,
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user