DeferredLoadingPlaceholder constructor

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

default constructor

Implementation

const DeferredLoadingPlaceholder({
  super.key,
});