This commit is contained in:
estevez-dev 2020-08-25 13:19:46 +03:00
parent 8a1f539668
commit 07dafa7039

View File

@ -101,7 +101,7 @@ class EntityIcon extends StatelessWidget {
iconWidget = Stack(
children: <Widget>[
Icon(
IconData(iconCodeConst, fontFamily: 'Material Design Icons'),
IconData(iconCode, fontFamily: 'Material Design Icons'),
size: size,
color: iconColor,
),