Optional override for the AppBar title widget. When provided, title is still used for semantics / fallback labelling but the widget replaces the default Text(title).
Text(title)
final Widget? titleWidget;