DeferredLoadingPlaceholder constructor

const DeferredLoadingPlaceholder({
  1. Key? key,
})

Implementation

const DeferredLoadingPlaceholder({
  super.key,
});