LokotroLoadingCard constructor

const LokotroLoadingCard({
  1. Key? key,
  2. String? title,
  3. String? message,
  4. double? width,
  5. double? height,
  6. EdgeInsetsGeometry? padding,
  7. EdgeInsetsGeometry? margin,
  8. Color? backgroundColor,
  9. Color? spinnerColor,
})

Implementation

const LokotroLoadingCard({
  super.key,
  this.title,
  this.message,
  this.width,
  this.height,
  this.padding,
  this.margin,
  this.backgroundColor,
  this.spinnerColor,
});