menu
vyuh_extension_content package
documentation
ui/document_future_builder.dart
DocumentFutureBuilder<T>
future property
future property
dark_mode
light_mode
future
property
Future
<
T?
>
Function
()
future
final
The future that resolves with the document data.
Implementation
final Future<T?> Function() future;
vyuh_extension_content package
documentation
ui/document_future_builder
DocumentFutureBuilder<T>
future property
DocumentFutureBuilder class