Merge branch 'feature/new-ui' of github.com:GetStream/stream-chat-flutter into qa/new-chat-screens

This commit is contained in:
xsahil03x
2020-11-25 16:43:55 +05:30
4 changed files with 104 additions and 24 deletions
+2
View File
@@ -25,6 +25,7 @@ class StreamSvgIcon extends StatelessWidget {
height: height,
key: key,
color: color,
fit: BoxFit.scaleDown,
alignment: Alignment.center,
)
: SvgPicture.asset(
@@ -34,6 +35,7 @@ class StreamSvgIcon extends StatelessWidget {
width: width,
height: height,
color: color,
fit: BoxFit.scaleDown,
alignment: Alignment.center,
);
}