Fix slider issues. Siplify Entity view

This commit is contained in:
estevez
2018-09-30 01:07:02 +03:00
parent 571778fbd4
commit 76d2750ad6
4 changed files with 57 additions and 43 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(context),
child: entity.buildWidget(null, true),
));
}
});