fix
This commit is contained in:
		| @@ -101,7 +101,7 @@ class EntityIcon extends StatelessWidget { | |||||||
|       iconWidget = Stack( |       iconWidget = Stack( | ||||||
|         children: <Widget>[ |         children: <Widget>[ | ||||||
|           Icon( |           Icon( | ||||||
|             IconData(iconCodeConst, fontFamily: 'Material Design Icons'), |             IconData(iconCode, fontFamily: 'Material Design Icons'), | ||||||
|             size: size, |             size: size, | ||||||
|             color: iconColor, |             color: iconColor, | ||||||
|           ), |           ), | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user