ResponsiveFutureBuilder<T> constructor
const
ResponsiveFutureBuilder<T> ({})
Implementation
const ResponsiveFutureBuilder({
required super.builder,
super.future,
super.initialData,
this.sizeExtraSmall,
this.sizeSmall,
this.sizeMedium,
this.sizeLarge,
this.sizeExtraLarge,
this.minHeight,
super.key,
});