use StreamSvgIcon widget

This commit is contained in:
Salvatore Giordano
2020-11-24 12:52:54 +01:00
parent b20caeee8f
commit f1b7c6f39f
110 changed files with 673 additions and 1392 deletions
+3 -1
View File
@@ -106,7 +106,9 @@ class _GroupChatDetailsScreenState extends State<GroupChatDetailsScreen> {
NeumorphicButton(
child: IconButton(
padding: const EdgeInsets.all(0),
icon: Icon(StreamIcons.check),
icon: StreamSvgIcon(
assetName: 'Icon_check.svg',
),
color: Color(0xFF006CFF),
onPressed: _isGroupNameEmpty
? null