title property

Widget? title
final

Title of BottomBarItem (Typically a Text widget)

This will be the shown next to the icon whenever BottomBarItem is selected.

Implementation

final Widget? title;