whenDone property

Widget Function(T snapshotData) whenDone
final

Function to call when the asynchronous computation is done.

Implementation

final Widget Function(T snapshotData) whenDone;