loadingMessage property

String? loadingMessage
final

Text displayed as the loading screen title while onPress is executing (until complete is called). When null, no title is shown.

Implementation

final String? loadingMessage;