WIP #212 Light card

This commit is contained in:
Yegor Vialov
2020-05-14 12:13:23 +00:00
parent 1499a91ef7
commit 78d6b38b92
4 changed files with 123 additions and 2 deletions

View File

@ -3,7 +3,7 @@ part of '../main.dart';
class EntityWrapper {
String overrideName;
final String overrideIcon;
String overrideIcon;
final bool stateColor;
EntityUIAction uiAction;
Entity entity;