LokotroFullContentSpin constructor

const LokotroFullContentSpin({
  1. Key? key,
  2. required bool activityIsRunning,
  3. required Widget child,
  4. String? loadingMessage,
  5. Color? overlayColor,
  6. Color? spinnerColor,
  7. double spinnerSize = 50.0,
})

Implementation

const LokotroFullContentSpin({
  super.key,
  required this.activityIsRunning,
  required this.child,
  this.loadingMessage,
  this.overlayColor,
  this.spinnerColor,
  this.spinnerSize = 50.0,
});