21 Widget
build(BuildContext context) {
24 body: widget.navigationShell,
25 floatingActionButton: Material(
27 shape:
const CircleBorder(),
29 borderRadius: BorderRadius.circular(30.0),
34 widget.navigationShell.goBranch(
45 color: ColorPalette.white,
51 floatingActionButtonLocation: FloatingActionButtonLocation.centerDocked,
52 bottomNavigationBar: CustomNavBar(widget.navigationShell),