appTitle property

  1. @override
String get appTitle
override

The title of the application

In en, this message translates to: 'GeoDB Flutter Example'

Implementation

@override
String get appTitle => 'Esempio GeoDB Flutter';