VelocityLoadingOverlay constructor

const VelocityLoadingOverlay({
  1. Key? key,
  2. bool? isLoading,
  3. Widget? child,
})

Implementation

const VelocityLoadingOverlay({
  Key? key,
  this.isLoading,
  this.child,
}) : super(key: key);