applicationName property

String? applicationName
final

The name of the application.

This string is used in the default label for this drawer item (see child) and as the caption of the AboutDialog that is shown.

Defaults to the value of Title.title, if a Title widget can be found. Otherwise, defaults to Platform.resolvedExecutable.

Implementation

final String? applicationName;