SmoothCompassWidget constructor
const
SmoothCompassWidget({})
Implementation
const SmoothCompassWidget({
Key? key,
this.compassBuilder,
this.compassAsset,
this.rotationSpeed = 400,
this.height = 200,
this.width = 200,
this.isQiblahCompass = false,
this.errorLocationServiceWidget,
this.errorLocationPermissionWidget,
this.loadingAnimation,
this.forceGPS = false,
}) : super(key: key);