hasOverrideLocalizedTitle property

bool get hasOverrideLocalizedTitle

true if the localization key for localizedTitle is overridden.

For example, when this class is created and the currently displayed page has StandardPageWithResult.localizationKey set.

Implementation

bool get hasOverrideLocalizedTitle =>
    _overrideLocalizeKeyBase.isNotEmpty &&
    (_l10n?.containsMessageKey('$_overrideLocalizeKeyBase.$_titleKey') ??
        false);