title property

Widget? title
final

The label of the item. If not provided, only icon is shown

Usually a Text widget

Implementation

final Widget? title;