FutureBuilder<T> constructor
const
FutureBuilder<T> (
- AsyncWidgetBuilder<
T> builder, { - Future<
T> ? future, - T? initialData,
- String? key,
- Ref? ref,
Creates a new instance of FutureBuilder.
Implementation
const FutureBuilder(
this.builder, {
this.future,
this.initialData,
super.key,
super.ref,
});