future property

Future<T>? future
final

If provided, this is the future the widget listens to.

Implementation

final Future<T>? future;