PqStateLoadingView constructor

const PqStateLoadingView({
  1. Key? key,
  2. double strokeWidth = 4.0,
  3. Color? bgColor,
  4. EdgeInsetsGeometry? margin,
  5. Animation<Color?>? valueColor,
  6. Color? color,
})

构造方法

Implementation

const PqStateLoadingView({
  Key? key,
  this.strokeWidth = 4.0,
  this.bgColor,
  this.margin,
  this.valueColor,
  this.color,
}) : super(key: key);