onOnGenerateTitle method

GenerateAppTitle? onOnGenerateTitle(
  1. BuildContext context
)

Returns the 'Generate Title' routine if any.

Implementation

GenerateAppTitle? onOnGenerateTitle(BuildContext context) =>
    inGenerateTitle ?? (context) => v.L10n.s(onTitle());