title property
Returns the title for the App's View.
Implementation
@Deprecated("Use 'App.appState?.title' instead")
String get title => appState?.title ?? '';
Returns the title for the App's View.
@Deprecated("Use 'App.appState?.title' instead")
String get title => appState?.title ?? '';