text property

String? text
final

The main title text in the header. Text style is taken from the closet PueTheme above this widget in the headerTextStyle parameter. If you need more control, use the title argument to completely override the text

Implementation

final String? text;