titleWidget property

Widget? titleWidget
final

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).

Implementation

final Widget? titleWidget;