loadingText property

String? loadingText
final

Button text displayed while the onPressed future is running and user can not abort the call. Defaults to ''. This label is only used if loadingChild is not provided.

Implementation

final String? loadingText;