AsyncValueWidget<T> constructor
const
AsyncValueWidget<T> ({})
Implementation
const AsyncValueWidget({
super.key,
required this.value,
required this.data,
this.onEmpty,
this.empty,
this.loader,
this.isScaffold = false,
this.isThin = true,
this.title,
this.onError,
});