SmoothCompass constructor

const SmoothCompass({
  1. Key? key,
  2. WidgetBuilder? compassBuilder,
  3. Widget? compassAsset,
  4. int? rotationSpeed = 400,
  5. double? height = 200,
  6. double? width = 200,
  7. bool? isQiblahCompass = false,
  8. Widget? loadingAnimation,
  9. ErrorDecoration? errorDecoration,
})

Implementation

const SmoothCompass(
    {Key? key,
    this.compassBuilder,
    this.compassAsset,
    this.rotationSpeed = 400,
    this.height = 200,
    this.width = 200,
    this.isQiblahCompass = false,
    this.loadingAnimation,
    this.errorDecoration})
    : super(key: key);