LoadingWidget.sliver constructor

const LoadingWidget.sliver({
  1. Key? key,
  2. double? height,
  3. double? width,
  4. EdgeInsets? margin,
  5. Color? color,
  6. Color? backgroundColor,
  7. bool material = false,
})

Implementation

const LoadingWidget.sliver({
  super.key,
  this.height,
  this.width,
  this.margin,
  this.color,
  this.backgroundColor,
  this.material = false,
}) : sliver = true;