BdayaLoadableAreaWrapper.custom constructor

const BdayaLoadableAreaWrapper.custom({
  1. Key? key,
  2. required BdayaRxLoadableArea area,
  3. required BdayaLoadableAreaCustomBuilderFunction customBuilder,
})

Implementation

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