titleWidget property
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;
Title to appear on the AppBar, can be any Widget but normally is a Text("String"). The default is SizedBox.shrink().
final Widget? titleWidget;