title property

  1. @Deprecated("Use 'App.appState?.title' instead")
String get title

Returns the title for the App's View.

Implementation

@Deprecated("Use 'App.appState?.title' instead")
String get title => appState?.title ?? '';