whenComplete property

WhenComplete<R>? whenComplete
final

Callback when onPressed completes without throwing an exception. Receive the return value of onPressed.

Implementation

final WhenComplete<R> whenComplete;