Resolves #100 input_datetime

This commit is contained in:
estevez
2018-09-30 23:12:27 +03:00
parent acd468ae75
commit 062392b38c
4 changed files with 117 additions and 17 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(true),
child: entity.buildWidget(true, context),
));
}
});