diff --git a/lib/view_class.dart b/lib/view_class.dart index 29cf665..cd6fb15 100644 --- a/lib/view_class.dart +++ b/lib/view_class.dart @@ -14,7 +14,7 @@ class View { }) { childEntitiesAsBadges = []; childEntitiesAsCards = {}; - _composeEntities(); + _filterEntities(); } Widget buildWidget(BuildContext context) { @@ -24,7 +24,7 @@ class View { ); } - void _composeEntities() { + void _filterEntities() { entities.forEach((Entity entity){ if (!entity.isGroup) { if (entity.isBadge) {