bottomNavigationBar property

Widget Function(int, dynamic (int)) bottomNavigationBar
final

The bottom navbar of the layout.

Make sure bottom navbar items count is the same as the page count. Otherwise, you might get a RangeError.

Implementation

final Widget Function(int, Function(int)) bottomNavigationBar;