Close entity view after setting input value

This commit is contained in:
estevez
2018-09-29 18:09:17 +03:00
parent 95f7c14296
commit a196b0d8d4
3 changed files with 17 additions and 16 deletions

View File

@ -409,7 +409,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(),
child: entity.buildWidget(context),
));
}
});