Refactoring: Input text and focus

This commit is contained in:
estevez
2018-09-30 10:00:19 +03:00
parent 2f135169a9
commit 9e83a3e447
3 changed files with 33 additions and 102 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(null, true),
child: entity.buildWidget(true),
));
}
});