children property

List<Widget> children
final

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;