ComputeWidget<T> constructor
const
ComputeWidget<T> ({})
Implementation
const ComputeWidget({Key? key, required this.builder, required this.loader, required this.errorWidget, this.errorOrEmptyCondition = errorOrEmptyConditionHandler, required this.data, required this.computeFunction}) : super(key: key);