applicationName property

String? applicationName
final

The name of the application.

This string is used in the default label for this drawer item (see title) and as the caption of the AboutContent 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;