SmoothCompass constructor
const
SmoothCompass({})
Implementation
const SmoothCompass(
{Key? key,
required this.compassBuilder,
this.compassAsset,
this.rotationSpeed = 200,
this.height = 200,
this.width = 200,
this.loadingAnimation})
: super(key: key);