LokotroLoadingCard constructor
const
LokotroLoadingCard({
- Key? key,
- String? title,
- String? message,
- double? width,
- double? height,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
- Color? backgroundColor,
- Color? spinnerColor,
Implementation
const LokotroLoadingCard({
super.key,
this.title,
this.message,
this.width,
this.height,
this.padding,
this.margin,
this.backgroundColor,
this.spinnerColor,
});