DeferredLoadingPlaceholder constructor

const DeferredLoadingPlaceholder({
  1. Key? key,
  2. String name = 'This widget',
})

Implementation

const DeferredLoadingPlaceholder({
  super.key,
  this.name = 'This widget',
});