LoadingConfig constructor

const LoadingConfig({
  1. String? message,
  2. Color? indicatorColor,
  3. AlertTheme? theme,
})

Implementation

const LoadingConfig({
  this.message,
  this.indicatorColor,
  this.theme,
});