onGenerateTitle property
Routine used to generate the App's title.
Implementation
@Deprecated('Should not be an exposed property')
GenerateAppTitle? get onGenerateTitle => appState?.onGenerateTitle;
Routine used to generate the App's title.
@Deprecated('Should not be an exposed property')
GenerateAppTitle? get onGenerateTitle => appState?.onGenerateTitle;