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(
|
Widget build(BuildContext context) => Scaffold(
|
||||||
body: body,
|
body: body,
|
||||||
bottomNavigationBar: custom?.call(
|
bottomNavigationBar: custom?.call(
|
||||||
context.components.bottomNavigationBarComponent(barId).call(),
|
context.components
|
||||||
|
.bottomNavigationBarComponentOrNull(barId)
|
||||||
|
?.call(),
|
||||||
) ??
|
) ??
|
||||||
context.components.bottomNavigationBarComponent(barId).call(),
|
context.components
|
||||||
|
.bottomNavigationBarComponentOrNull(barId)
|
||||||
|
?.call(),
|
||||||
floatingActionButtonLocation:
|
floatingActionButtonLocation:
|
||||||
scaffoldFieldsWrapper?.floatingActionButtonLocation,
|
scaffoldFieldsWrapper?.floatingActionButtonLocation,
|
||||||
floatingActionButtonAnimator:
|
floatingActionButtonAnimator:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user