onGenerateTitle property

(String Function(BuildContext)?) onGenerateTitle
final

Specify the title of the application dynamically.

Return the title in the return value of the callback.

アプリのタイトルを動的に指定します。

コールバックの戻り値でタイトルを返してください。

Implementation

final String Function(BuildContext)? onGenerateTitle;