Entity class refactoring

This commit is contained in:
estevez-dev
2019-09-14 19:07:21 +03:00
parent abdcd49368
commit 2ea7d9440c
5 changed files with 67 additions and 56 deletions

View File

@ -41,7 +41,7 @@ class _EntityViewPageState extends State<EntityViewPage> {
}
body = PageLoadingIndicator();
} else {
body = entity.buildEntityPageWidget(context);
body = EntityPageLayout(entity: entity);
}
return new Scaffold(
appBar: new AppBar(