[UserItem] Fix selected check icon

Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
Sahil Kumar
2021-01-06 16:41:03 +05:30
parent 7b2cde37e5
commit b55d8bd2a8
2 changed files with 14 additions and 8 deletions
+12
View File
@@ -194,6 +194,18 @@ class StreamSvgIcon extends StatelessWidget {
);
}
factory StreamSvgIcon.checkSend({
double size,
Color color,
}) {
return StreamSvgIcon(
assetName: 'Icon_check_send.svg',
color: color,
width: size,
height: size,
);
}
factory StreamSvgIcon.penWrite({
double size,
Color color,