TitleBuilder typedef

TitleBuilder = String Function(BuildContext context)

Returns the localized title of the current route.

Implementation

typedef TitleBuilder = String Function(BuildContext context);