fix(ui_layout): fix bottom navbar layouts
Some checks failed
continuous-integration/drone/pr Build is failing
Some checks failed
continuous-integration/drone/pr Build is failing
This commit is contained in:
parent
3911942a81
commit
008facdb6c
@ -57,9 +57,13 @@ class BottomNavigationBarLayout extends StructuralLayout {
|
||||
Widget build(BuildContext context) => Scaffold(
|
||||
body: body,
|
||||
bottomNavigationBar: custom?.call(
|
||||
context.components.bottomNavigationBarComponent(barId).call(),
|
||||
context.components
|
||||
.bottomNavigationBarComponentOrNull(barId)
|
||||
?.call(),
|
||||
) ??
|
||||
context.components.bottomNavigationBarComponent(barId).call(),
|
||||
context.components
|
||||
.bottomNavigationBarComponentOrNull(barId)
|
||||
?.call(),
|
||||
floatingActionButtonLocation:
|
||||
scaffoldFieldsWrapper?.floatingActionButtonLocation,
|
||||
floatingActionButtonAnimator:
|
||||
|
Loading…
x
Reference in New Issue
Block a user