title property

String get title

The title of the application.

This title is used by the OS to identify the application and may be displayed in places like the task switcher. Example: 'My Flutter App'

Implementation

String get title => '';