DeferredLoadingPlaceholder constructor

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

Implementation

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