PointerData constructor
PointerData({
- required Offset position,
Creates pointer data with the given position.
Implementation
PointerData({
required this.position,
});
Creates pointer data with the given position.
PointerData({
required this.position,
});