UpLoadingCard constructor
const
UpLoadingCard({
- Key? key,
- required String text,
- ShapeBorder? shape,
- Color? color,
- EdgeInsetsGeometry? margin,
- Color? shadowColor,
- Color? surfaceTintcolor,
- bool borderOnForeground = true,
- double? cardWidth,
- double? cardheight,
Implementation
const UpLoadingCard({
Key? key,
required this.text,
this.shape,
this.color,
this.margin,
this.shadowColor,
this.surfaceTintcolor,
this.borderOnForeground = true,
this.cardWidth,
this.cardheight,
}) : super(key: key);