fix
This commit is contained in:
parent
8a1f539668
commit
07dafa7039
@ -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