title property

Widget? title
final

Represents appropriate Widget to display in title section. For example, this can be a simple Text widget or a Container widget that contains a Text widget.

Implementation

final Widget? title;