AwsIndicatorShowing constructor

const AwsIndicatorShowing({
  1. Key? key,
  2. double? width,
  3. double? height,
  4. EdgeInsetsGeometry? margin,
  5. Color? borderColor,
  6. bool border = true,
  7. bool shadow = true,
  8. Color? color,
  9. Gradient? gradient,
})

Constructor of the indicator AwsIndicatorShowing.

Implementation

const AwsIndicatorShowing({
  super.key,
  this.width,
  this.height,
  this.margin,
  this.borderColor,
  this.border = true,
  this.shadow = true,
  this.color,
  this.gradient,
});