Loading constructor

const Loading({
  1. Key? key,
  2. double strokeWidth = 4.0,
  3. LoadingStyle? style,
  4. Widget? custom,
  5. double? value,
  6. Animation<Color>? valueColor,
  7. String? semanticsLabel,
  8. String? semanticsValue,
  9. Color? backgroundColor,
  10. ModalWindowsOptions? options,
  11. Widget? extra,
})

Implementation

const Loading({
  super.key,
  this.strokeWidth = 4.0,
  this.style,
  this.custom,
  this.value,
  this.valueColor,
  this.semanticsLabel,
  this.semanticsValue,
  this.backgroundColor,
  this.options,
  this.extra,
});