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

@ -697,7 +697,7 @@ class _MainPageState extends ReceiveShareState<MainPage> with WidgetsBindingObse
),
ConstrainedBox(
constraints: BoxConstraints.tightFor(width: Sizes.entityPageMaxWidth),
child: entity.buildEntityPageWidget(context, showClose: true),
child: EntityPageLayout(entity: entity, showClose: true,),
)
],
);