Add entity widget type. Preparing to make entity build it's own badge

This commit is contained in:
estevez
2018-10-03 16:44:11 +03:00
parent e7ca1209e2
commit 4725953b32
9 changed files with 27 additions and 19 deletions

View File

@ -437,7 +437,7 @@ class _MainPageState extends State<MainPage> with WidgetsBindingObserver {
entities.add(
Padding(
padding: EdgeInsets.fromLTRB(0.0, 10.0, 0.0, 10.0),
child: entity.buildWidget(context, true),
child: entity.buildWidget(context, EntityWidgetType.regular),
));
}
});