PrinterLoadingWidget constructor
const
PrinterLoadingWidget({
- Key? key,
- required AnimationController animationController,
- String? message,
Implementation
const PrinterLoadingWidget({
super.key,
required this.animationController,
this.message,
});