title property

String? title
final

The title of the document. This is used to display the title of the document in the app. The title is typically displayed in the app's top navigation bar or in the document's header.

Implementation

final String? title;