abortText property

String? abortText
final

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

Implementation

final String? abortText;