StormyLoadingConfig constructor

const StormyLoadingConfig({
  1. String? message,
  2. Color? backgroundColor,
  3. double? borderRadius,
  4. bool dismissible = false,
})

Implementation

const StormyLoadingConfig({
  this.message,
  this.backgroundColor,
  this.borderRadius,
  this.dismissible = false,
});