This commit is contained in:
estevez-dev 2019-09-04 23:42:19 +03:00
parent 996fbf7bba
commit ee1685e981

View File

@ -29,7 +29,11 @@ class HACard {
this.states,
this.conditions: const [],
@required this.type
});
}) {
if (this.columnsCount <= 0) {
this.columnsCount = 4;
}
}
List<EntityWrapper> getEntitiesToShow() {
return entities.where((entityWrapper) {