children property
The pages that will be shown by every click
They should placed in order such as:
page 0
will be presented when item 0
in the BottomNavigationBar clicked.
Implementation
final List<Widget> children;
The pages that will be shown by every click
They should placed in order such as:
page 0
will be presented when item 0
in the BottomNavigationBar clicked.
final List<Widget> children;