WIP #183 Custom names and icons
This commit is contained in:
@ -8,7 +8,7 @@ class EntityModel extends InheritedWidget {
|
||||
@required Widget child,
|
||||
}) : super(key: key, child: child);
|
||||
|
||||
final Entity entity;
|
||||
final EntityWrapper entity;
|
||||
final bool handleTap;
|
||||
|
||||
static EntityModel of(BuildContext context) {
|
||||
|
Reference in New Issue
Block a user