Add entity widget type. Preparing to make entity build it's own badge
This commit is contained in:
@ -44,7 +44,7 @@ class _EntityViewPageState extends State<EntityViewPage> {
|
||||
),
|
||||
body: Padding(
|
||||
padding: EdgeInsets.all(10.0),
|
||||
child: _entity.buildWidget(context, false)
|
||||
child: _entity.buildWidget(context, EntityWidgetType.extended)
|
||||
),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user