titleWidget property

Widget? titleWidget
final

Title to appear on the AppBar, can be any Widget but normally is a Text("String"). The default is SizedBox.shrink().

Implementation

final Widget? titleWidget;