fix svgs icons
This commit is contained in:
@@ -25,7 +25,6 @@ class StreamSvgIcon extends StatelessWidget {
|
||||
height: height,
|
||||
key: key,
|
||||
color: color,
|
||||
fit: BoxFit.scaleDown,
|
||||
alignment: Alignment.center,
|
||||
)
|
||||
: SvgPicture.asset(
|
||||
@@ -35,7 +34,6 @@ class StreamSvgIcon extends StatelessWidget {
|
||||
width: width,
|
||||
height: height,
|
||||
color: color,
|
||||
fit: BoxFit.scaleDown,
|
||||
alignment: Alignment.center,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user