titleBuilder property
Localized builders; called with the overlay's BuildContext at show
time. Takes precedence over title/description — use for l10n:
titleBuilder: (c) => AppLocalizations.of(c)!.introTitle.
Implementation
final String Function(BuildContext)? titleBuilder;