Fix slider issues. Siplify Entity view
This commit is contained in:
@ -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),
|
||||
));
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user