PointerPainter constructor
PointerPainter({})
Implementation
PointerPainter({
this.animation = 0.0,
this.color = Colors.black,
this.arrowTintColor = Colors.purple,
this.pointerHeight = 100,
});
PointerPainter({
this.animation = 0.0,
this.color = Colors.black,
this.arrowTintColor = Colors.purple,
this.pointerHeight = 100,
});