This commit is contained in:
Yegor Vialov
2018-10-07 10:41:41 +03:00
parent ec71200ab0
commit 253316fb1f
3 changed files with 1 additions and 5 deletions

View File

@ -260,7 +260,6 @@ class _EntityWidgetState extends State<EntityWidget> {
}
Widget _buildBadgeWidget(BuildContext context) {
//TODO separate this by different Entity classes
double iconSize = 26.0;
Widget badgeIcon;
String onBadgeTextValue;