bottomNavigationBar method

  1. @override
Widget? bottomNavigationBar(
  1. BuildContext context
)
override

Implementation

@override
Widget? bottomNavigationBar(BuildContext context) =>
    _bottomNavigationBar == null ? null : _bottomNavigationBar!(context);