PrinterLoadingWidget constructor

const PrinterLoadingWidget({
  1. Key? key,
  2. required AnimationController animationController,
  3. String? message,
})

Implementation

const PrinterLoadingWidget({
  super.key,
  required this.animationController,
  this.message,
});