PointerPaintingDetails constructor
const
PointerPaintingDetails({})
Creates the details which are required to paint the pointer
Implementation
const PointerPaintingDetails(
{required this.startOffset,
required this.endOffset,
required this.pointerAngle,
required this.axisRadius,
required this.axisCenter});