LoadingContent constructor

const LoadingContent({
  1. Key? key,
  2. LoadingStyle? style,
  3. LoadingProgressIndicator? progressIndicator,
})

Implementation

const LoadingContent({
  super.key,
  this.style,
  this.progressIndicator,
});