onOnGenerateTitle method
Returns the 'Generate Title' routine if any.
Implementation
GenerateAppTitle? onOnGenerateTitle(BuildContext context) =>
inGenerateTitle ?? (context) => L10n.s(onTitle());
Returns the 'Generate Title' routine if any.
GenerateAppTitle? onOnGenerateTitle(BuildContext context) =>
inGenerateTitle ?? (context) => L10n.s(onTitle());