BdayaLoadableAreaWrapper.custom constructor
const
BdayaLoadableAreaWrapper.custom({
- Key? key,
- required BdayaRxLoadableArea area,
- required BdayaLoadableAreaCustomBuilderFunction customBuilder,
Implementation
const BdayaLoadableAreaWrapper.custom({
super.key,
required this.area,
required BdayaLoadableAreaCustomBuilderFunction this.customBuilder,
}) : builder = null,
isLoadingBuilder = null,
errorBuilder = null,
displayErrors = false;