title property

String? title
final

Text that is displayed above header. Useally is a text which indicates which page is it. In Material design it wuld be AppBarTitle

Implementation

final String? title;